From: Evgeny Vereshchagin Date: Fri, 27 Nov 2015 13:29:51 +0000 (+0000) Subject: tests: don't run test on incomplete setup X-Git-Tag: v229~251^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7bb28732f0c5d6e964197753d1d8d8a6a591d2f;p=thirdparty%2Fsystemd.git 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 --- diff --git a/test/TEST-04-JOURNAL/test.sh b/test/TEST-04-JOURNAL/test.sh index e37cb7d4127..6c5b5cf34ee 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"