aboutsummaryrefslogtreecommitdiffstats
path: root/testing/start-testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-xtesting/start-testing5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/start-testing b/testing/start-testing
index e4e00bb1b..9be1f8619 100755
--- a/testing/start-testing
+++ b/testing/start-testing
@@ -19,8 +19,9 @@ check_commands virsh
log_action "Deploying kernel $KERNEL"
execute "ln -fs $KNLSRC $KNLTARGET"
-log_action "Deploying $ROOTIMGCOMPILEDIR as hostfs"
-execute "ln -Tfs $ROOTIMGCOMPILEDIR $HOSTFSTARGET"
+log_action "Deploying $SHAREDDIR as hostfs"
+execute "chown -R $KVMUSER:$KVMGROUP $SHAREDDIR" 0
+execute "ln -Tfs $SHAREDDIR $HOSTFSTARGET"
for net in $NETWORKS
do