diff options
-rwxr-xr-x | testing/do-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/do-tests b/testing/do-tests index 5d72d5c1a..f12101926 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -23,6 +23,7 @@ SSHCONF="-F $DIR/ssh_config" [ -d $DIR/tests ] || die "Directory 'tests' not found" [ -d $BUILDDIR ] || die "Directory '$BUILDDIR' does not exist, please run make-testing first" +running_any $STRONGSWANHOSTS || die "Please start test environment before running $0" ln -sfT $DIR $TESTDIR/testing |