Skip to content

Commit

Permalink
Stash commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 19, 2022
1 parent 834ce97 commit 2ddbdd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ for test_dir in $(ls -1 -d */);do
echo "${test_dir}"
echo "################################################################################"
cd "${SCRIPTPATH}/${test_dir}"
./integration-test.sh
if ! ./integration-test.sh; then
exit 1
fi
done

0 comments on commit 2ddbdd9

Please sign in to comment.