Skip to content

Commit

Permalink
add test_help.sh to ensure that there are no format/compile errors in…
Browse files Browse the repository at this point in the history
… .solo scripts
  • Loading branch information
dalehenrich committed Oct 2, 2023
1 parent 9657c34 commit e81ecdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tests/createTestProjectSet.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#! /usr/bin/env bash
#
# test coverage for:
# registryReport.sol
# createRegistry.solo
# createProjectSet.solo
# updateProjectSet.solo

set -e

Expand Down
9 changes: 8 additions & 1 deletion tests/test_1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#! /usr/bin/env bash

#
# test coverage for:
# registryReport.sol
# createRegistry.solo
# createProjectSet.solo
# updateProjectSet.solo
# cloneProjectsFromProjectSet.solo
#
set -e

if [ ! -d $STONES_HOME/test_git ]; then
Expand Down

0 comments on commit e81ecdf

Please sign in to comment.