diff options
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` \ |