diff --git a/libports/run/libc_ffat.run b/libports/run/libc_ffat.run index 6a12850ca6..aa386b5fdb 100644 --- a/libports/run/libc_ffat.run +++ b/libports/run/libc_ffat.run @@ -16,6 +16,12 @@ if {[have_spec linux]} { if {[expr [have_spec 64bit] && $use_atapi_drv]} { puts "ATAPI driver does not support 64 bit."; exit 0 } +if {![is_qemu_available]} { + puts "\nPlease setup your native sd or hard drive. Remove this fail stop"; + puts "check when you have prepared your native environment.\n"; + exit 0 +} + # # Build # @@ -151,6 +157,6 @@ run_genode_until {.*child exited with exit value 0.*} 60 exec rm -f $disk_image -puts "\ntest succeeded\n" +puts "\nTest succeeded\n" # vi: set ft=tcl :