vbox: don't run shared folder test on qemu

This commit is contained in:
Alexander Boettcher 2014-07-10 08:35:23 +02:00 committed by Norman Feske
parent 8f57ff1f27
commit 761f0498a9
2 changed files with 5 additions and 2 deletions

View File

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

View File

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