Skip to content

Commit 6e71d5c

Browse files
author
kroening
committed
hide
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6380 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent e0c5086 commit 6e71d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cpp/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
default: tests.log
22

33
test:
4-
if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
4+
@if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
55
../failed-tests-printer.pl ; \
66
exit 1 ; \
77
fi
88

99
tests.log: ../test.pl
10-
if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
10+
@if ! ../test.pl -c ../../../src/goto-cc/goto-cc ; then \
1111
../failed-tests-printer.pl ; \
1212
exit 1 ; \
1313
fi

0 commit comments

Comments
 (0)