Skip to content

Commit

Permalink
this needs to run from this directory, otherwise it can pick up inval…
Browse files Browse the repository at this point in the history
…id test scripts.
  • Loading branch information
mbarger99 committed Oct 4, 2021
1 parent 7a315e1 commit 452dcb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/testall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#** If not, see <http:https://www.gnu.org/licenses/>.
#**

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR

for script in `find . -name test.sh`
do
Expand All @@ -37,6 +39,8 @@ do
echo Success!
done

popd

echo
echo All tests completed Successfully
echo

0 comments on commit 452dcb1

Please sign in to comment.