summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-11-17 11:42:10 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-11-17 11:42:10 +0000
commit6faaa0a0f28bf18e4ff261c2b80ce7a23935a8df (patch)
treee163f998563a843c7f906dbe95f8936bdd263a93 /tests
parenta68acbdf89ea0e79a499555aa51338a035a822d0 (diff)
fixup! tests: Add a comment about viewing the ExplodedGraph
Diffstat (limited to 'tests')
-rwxr-xr-xtests/wrapper-compiler-errors2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wrapper-compiler-errors b/tests/wrapper-compiler-errors
index 213382c..264618c 100755
--- a/tests/wrapper-compiler-errors
+++ b/tests/wrapper-compiler-errors
@@ -93,7 +93,7 @@ while [[ -f `printf "${temp_dir}/${input_filename}_%02d.c" ${num}` ]]; do
TARTAN_PLUGIN=$tartan_plugin \
TARTAN_OPTIONS=--quiet \
$tartan \
- -cc1 -analyze -std=c89 -Wno-visibility \
+ -cc1 -analyze -std=c89 -Wno-visibility $TARTAN_TEST_OPTIONS \
`pkg-config --cflags glib-2.0` \
$system_includes \
$section_filename > $actual_error_filename 2>&1