mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 22:23:45 +00:00
vbox: don't run shared folder test on qemu
This commit is contained in:
parent
8f57ff1f27
commit
761f0498a9
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user