tests: don't run tests on incomplete setup

This commit is contained in:
Evgeny Vereshchagin 2015-11-25 17:51:17 +00:00
parent af143e3b69
commit cd949ee734
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -76,7 +76,7 @@ EOF
cat >>$initdir/etc/fstab <<EOF
/dev/mapper/varcrypt /var ext3 defaults 0 1
EOF
)
) || return 1
setup_nspawn_root
ddebug "umount $TESTDIR/root/var"

View File

@ -63,7 +63,7 @@ EOF
cp test-jobs.sh $initdir/
setup_testsuite
)
) || return 1
setup_nspawn_root
ddebug "umount $TESTDIR/root"