diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-06-29 12:57:24 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-06-29 14:13:18 +0100 |
commit | e7efeea9342a3925fe489843e285f94e1a431e17 (patch) | |
tree | 7da5f777948651d495baf005fb7387e71d0c7671 /tests | |
parent | ba721c4fe42479d3f855d45d0b7bfc154ed03212 (diff) |
tests: Enable quiet mode when running the tests
So that extraneous test output does not affect the result matching.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/wrapper-compiler-errors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wrapper-compiler-errors b/tests/wrapper-compiler-errors index 3cc1618..a578945 100755 --- a/tests/wrapper-compiler-errors +++ b/tests/wrapper-compiler-errors @@ -88,6 +88,7 @@ while [[ -f `printf "${temp_dir}/${input_filename}_%02d.c" ${num}` ]]; do # Run the compiler. TARTAN_PLUGIN=$tartan_plugin \ + TARTAN_OPTIONS=--quiet \ $tartan \ -cc1 -analyze -std=c89 -Wno-visibility \ `pkg-config --cflags glib-2.0` \ |