From 42a6979381f7ee83f5653c12c4b29d4e03b71da1 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 21 Sep 2011 21:43:13 +0200 Subject: [PATCH] C++0x make should be silent. --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 9433d17..43ccadc 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -31,7 +31,7 @@ for L in $LANGUAGES; do ruby -I../ruby ../ruby/$T.rb > $TEMPFILE fi if [ "$L" = "c++0x" ]; then - ( cd ../c++0x && make $T ) && ../c++0x/$T $TEMPFILE + ( cd ../c++0x && make -s $T ) && ../c++0x/$T $TEMPFILE fi perl ./xml-diff.pl $TEMPFILE reference/$T.xml -- 2.39.2