From 761f0498a9d205de971759aa5f3d3a8950542cff Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 10 Jul 2014 08:35:23 +0200 Subject: [PATCH] vbox: don't run shared folder test on qemu --- repos/ports/run/virtualbox_auto.inc | 2 +- repos/ports/run/virtualbox_auto_share.run | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/repos/ports/run/virtualbox_auto.inc b/repos/ports/run/virtualbox_auto.inc index 70f93caa49..4943378818 100644 --- a/repos/ports/run/virtualbox_auto.inc +++ b/repos/ports/run/virtualbox_auto.inc @@ -1,7 +1,7 @@ assert_spec nova if {[is_qemu_available]} { - puts "\nScript running on Qemu is not supported.\n" + puts "\nRun script does not support Qemu.\n" exit } diff --git a/repos/ports/run/virtualbox_auto_share.run b/repos/ports/run/virtualbox_auto_share.run index 1f05f0be53..86a2e336d7 100644 --- a/repos/ports/run/virtualbox_auto_share.run +++ b/repos/ports/run/virtualbox_auto_share.run @@ -58,7 +58,10 @@ # the VM - for this script to copy the test.bin file from D: to E:. - +if {[is_qemu_available]} { + puts "\nRun script does not support Qemu.\n" + exit +} # Tested for nova 64bit solely. assert_spec nova