mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
ahci: remove disk image after test
This commit is contained in:
parent
a2ad5c06ab
commit
707f66e9a5
@ -95,3 +95,5 @@ append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device a
|
||||
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_bench.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"
|
||||
|
||||
run_genode_until "Done.*\n" 100
|
||||
|
||||
exec rm -f bin/ext2.raw
|
||||
|
@ -86,3 +86,5 @@ append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device a
|
||||
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_blk.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1"
|
||||
|
||||
run_genode_until "Tests finished successfully!" 100
|
||||
|
||||
exec rm -f bin/ext2.raw
|
||||
|
Loading…
Reference in New Issue
Block a user