Skip to content

Commit 6a5b910

Browse files
committed
Fix tests
1 parent 2876e5c commit 6a5b910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ assert()
5858
MESSAGE=$@
5959

6060
echo "FAILED: $MESSAGE"
61-
exit $CODE
61+
exit 1
6262
}
6363

6464
get_hash()
@@ -89,6 +89,7 @@ for FILE in "$TESTS"/*; do
8989
fi
9090

9191
echo "$NAME passed."
92+
echo ""
9293
done
9394

9495
echo "All tests passed!"

0 commit comments

Comments
 (0)