diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-10-20 12:57:00 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-10-20 12:57:00 +0200 |
commit | e6a4bd83ffbef5ff00bb614e9b64cba203543845 (patch) | |
tree | ea3b987d203346173ca3a6fe465b108eb6e812b7 /testing/start-testing | |
parent | 07bbd2f642e4858a16aec7a2de1d23a03195717f (diff) | |
download | strongswan-e6a4bd83ffbef5ff00bb614e9b64cba203543845.tar.bz2 strongswan-e6a4bd83ffbef5ff00bb614e9b64cba203543845.tar.xz |
Version bump to 5.5.15.5.1
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-x | testing/start-testing | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/start-testing b/testing/start-testing index 31097a8b7..7ef35f9e4 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -27,6 +27,7 @@ log_action "Deploying $SHAREDDIR as hostfs" execute "chown -R $KVMUSER:$KVMGROUP $SHAREDDIR" 0 execute "ln -Tfs $SHAREDDIR $HOSTFSTARGET" +[ -d $TESTRESULTSDIR ] || mkdir $TESTRESULTSDIR log_action "Deploying $TESTRESULTSDIR as hostfs" execute "ln -Tfs $TESTRESULTSDIR $TESTRESTULSTARGET" |