summaryrefslogtreecommitdiff
path: root/test/TEST-04-JOURNAL
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-27 13:29:51 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-27 13:29:51 +0000
commitc7bb28732f0c5d6e964197753d1d8d8a6a591d2f (patch)
tree4f13bd533b3b51ea189da22eb90746ea6c64208b /test/TEST-04-JOURNAL
parentd353a16d1fe978093e8caae2743cd16356559d8d (diff)
downloadsystemd-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/TEST-04-JOURNAL')
-rwxr-xr-xtest/TEST-04-JOURNAL/test.sh2
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"