From 0e6f47211a0516cf2c96d2b9e89c0d841978c143 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 4 Aug 2019 14:31:11 +1200 Subject: Add test recipe which skips valgrind --- test/emul/run-emul.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/emul') diff --git a/test/emul/run-emul.sh b/test/emul/run-emul.sh index 2db56f3..0857689 100755 --- a/test/emul/run-emul.sh +++ b/test/emul/run-emul.sh @@ -37,7 +37,7 @@ for asmfile in *.asm ; do continue fi - if "$VALGRIND" $VALGRIND_OPTS "$EMUL" "$binfile" > "$outfile" ; then + if $VALGRIND $VALGRIND_OPTS "$EMUL" "$binfile" > "$outfile" ; then # Each postcondition line must hold true, and forms a separate test to # help track down failures (echo '; POST $0 = 0' ; -- cgit v1.1