Skip to content

Commit

Permalink
add which test is being executed
Browse files Browse the repository at this point in the history
  • Loading branch information
sagor999 authored and roboquat committed Jan 31, 2022
1 parent efe57b2 commit 44104c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export PATH=$PATH:/tests
FAILURE_COUNT=0
# shellcheck disable=SC2045
for i in $(find /tests/ -name "*.test" | sort); do
echo "running test: $i"
"$i" "$@";
TEST_STATUS=$?
if [ "$TEST_STATUS" -ne "0" ]; then
Expand Down

0 comments on commit 44104c9

Please sign in to comment.