]> git.sesse.net Git - xml-template/commitdiff
C++0x make should be silent.
authorsgunderson@bigfoot.com <>
Wed, 21 Sep 2011 19:43:13 +0000 (21:43 +0200)
committersgunderson@bigfoot.com <>
Wed, 21 Sep 2011 19:43:13 +0000 (21:43 +0200)
tests/test.sh

index 9433d173b72355cd37a86e34780054086e999094..43ccadcb1b73ca627066bdb2ec27ba6fe61bda3b 100755 (executable)
@@ -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