diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-25 17:51:17 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-25 17:51:17 +0000 |
commit | cd949ee7348982d90fb8bdf4a37128928b82925f (patch) | |
tree | 07c2a47e404d7d3424f1c4be0c815c10eb6fee4e /test/TEST-01-BASIC | |
parent | af143e3b692fbba2e68efd2c834711ba518f547a (diff) |
tests: don't run tests on incomplete setup
Diffstat (limited to 'test/TEST-01-BASIC')
-rwxr-xr-x | test/TEST-01-BASIC/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 6ad2f3402b..6963d8c88d 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -58,7 +58,7 @@ Type=oneshot EOF setup_testsuite - ) + ) || return 1 setup_nspawn_root # mask some services that we do not want to run in these tests |