diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-27 13:29:51 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-27 13:29:51 +0000 |
commit | c7bb28732f0c5d6e964197753d1d8d8a6a591d2f (patch) | |
tree | 4f13bd533b3b51ea189da22eb90746ea6c64208b /test | |
parent | d353a16d1fe978093e8caae2743cd16356559d8d (diff) | |
download | systemd-c7bb28732f0c5d6e964197753d1d8d8a6a591d2f.tar.gz |
tests: don't run test on incomplete setup
This is a follow-up commit for
https://github.com/systemd/systemd/pull/1937
See https://github.com/systemd/systemd/pull/2030
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-04-JOURNAL/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-04-JOURNAL/test.sh b/test/TEST-04-JOURNAL/test.sh index e37cb7d412..6c5b5cf34e 100755 --- a/test/TEST-04-JOURNAL/test.sh +++ b/test/TEST-04-JOURNAL/test.sh @@ -60,7 +60,7 @@ EOF cp test-journal.sh $initdir/ setup_testsuite - ) + ) || return 1 setup_nspawn_root ddebug "umount $TESTDIR/root" |