Skip to content

Commit 4b886d8

Browse files
committed
add which test is being executed
1 parent aaac7da commit 4b886d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export PATH=$PATH:/tests
1212
FAILURE_COUNT=0
1313
# shellcheck disable=SC2045
1414
for i in $(find /tests/ -name "*.test" | sort); do
15+
echo "running test: $i"
1516
"$i" "$@";
1617
TEST_STATUS=$?
1718
if [ "$TEST_STATUS" -ne "0" ]; then

0 commit comments

Comments
 (0)