From: Ulya Trofimovich Date: Mon, 27 Jul 2015 10:45:30 +0000 (+0100) Subject: Don't lose stdout and stderr when testing with -o. X-Git-Tag: 0.15~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15111a168c7a5e68175ceafd94a13b0fc987a3ea;p=re2c Don't lose stdout and stderr when testing with -o. --- diff --git a/re2c/run_tests.sh.in b/re2c/run_tests.sh.in index 5819321c..c36548bb 100644 --- a/re2c/run_tests.sh.in +++ b/re2c/run_tests.sh.in @@ -109,7 +109,7 @@ run_pack() { -e 's,'"$test_srcdir"'/,,g' \ -e 's,'"$test_blddir"'/,,g' \ -e 's,/\* Generated by re2c .*\*/,/\* Generated by re2c \*/,g' \ - > $outname + >> $outname rm $genname fi