ahci_bench: fix condition for test end

Fixes #1824
This commit is contained in:
Martin Stein 2015-12-16 14:58:01 +01:00 committed by Christian Helmuth
parent 852b799cd4
commit 6deb80f66d
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ append qemu_args " -nographic -m 256 "
append qemu_args " -drive id=disk,file=bin/ext2.raw,if=none -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0 -boot d"
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
run_genode_until "Done.*\n" 100