diff options
author | Daniel Mack <github@zonque.org> | 2015-11-27 12:22:12 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-27 12:22:12 +0100 |
commit | c9ff64f7256d86e521cccef9c9a077b278b7a946 (patch) | |
tree | c8dd8c9e58e99957f63532b985b3eba151dcd7ed /test/TEST-01-BASIC/test.sh | |
parent | ff7d5a5c7c9faa553a24861db4bf531560df9c0d (diff) | |
parent | cd949ee7348982d90fb8bdf4a37128928b82925f (diff) |
Merge pull request #2030 from evverx/dont-run-tests-on-incomplete-setup
tests: don't run tests on incomplete setup
Diffstat (limited to 'test/TEST-01-BASIC/test.sh')
-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 |