forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
31fd41e547
commit
5c248bbd79
@ -10,7 +10,7 @@ echo "1..1"
|
|||||||
name=gtk-query-settings
|
name=gtk-query-settings
|
||||||
result=$TEST_RESULT_DIR/$name.out
|
result=$TEST_RESULT_DIR/$name.out
|
||||||
$GTK_QUERY_SETTINGS 2>/dev/null >$result
|
$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"
|
echo "ok 1 $name"
|
||||||
else
|
else
|
||||||
echo "not ok 1 $name"
|
echo "not ok 1 $name"
|
||||||
|
Loading…
Reference in New Issue
Block a user