summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-05 15:48:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-05 15:49:34 -0500
commit5c248bbd79d2c339d776adf9c899fe2afff30394 (patch)
tree6b76152b7cb386dcae4cc86fcdfbbcf65bc312bf /testsuite
parent31fd41e547d96f361e325fe4b06bd1f9d735a7ab (diff)
downloadgtk+-5c248bbd79d2c339d776adf9c899fe2afff30394.tar.gz
Make the settings test fail
Small thinko: We only get to see the test artifacts in continuous if the test fails. So make it fail, temporarily.
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/tools/test-settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/test-settings.in b/testsuite/tools/test-settings.in
index a19b4725ff..5e32c80e12 100755
--- a/testsuite/tools/test-settings.in
+++ b/testsuite/tools/test-settings.in
@@ -10,7 +10,7 @@ echo "1..1"
name=gtk-query-settings
result=$TEST_RESULT_DIR/$name.out
$GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq 82 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 882 ]; then
echo "ok 1 $name"
else
echo "not ok 1 $name"