From 011577f9e34205b44d5e32b0f04788bfb6a3c92b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 12 Nov 2019 20:07:31 -0500 Subject: improved compile time params --- runv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runv') diff --git a/runv b/runv index cb14729..b636596 100755 --- a/runv +++ b/runv @@ -1,5 +1,5 @@ #!/bin/sh -valgrind -q --track-origins=yes ./toc test.toc || exit 1 +valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit -1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then -- cgit v1.2.3