From d78f0258edd3259bfdba29c99800683c27b1f48c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 6 Dec 2019 11:21:19 -0500 Subject: fixed a problem with default arguments --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.sh b/tests/test.sh index 0b10981..4fe800e 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -17,7 +17,7 @@ do_tests() { for CC in $COMPILERS; do for EXTRA_CFLAGS in "-O0 -g" "-O3 -s"; do - printf "Running test $1 C compiler $CC and flags $EXTRA_CFLAGS... " + printf "Running test $1 with C compiler $CC and flags $EXTRA_CFLAGS... " compile "$1" cd "$DIR/$1" ./test.sh || { printf "\x1b[91mfailed!\x1b[0m\n"; exit 1; } -- cgit v1.2.3