run scripts: add "Test succeeded" message

Issue #679
This commit is contained in:
Alexander Boettcher 2013-03-20 13:15:30 +01:00 committed by Norman Feske
parent 5d04f88816
commit b85447c602
6 changed files with 9 additions and 0 deletions

View File

@ -41,3 +41,4 @@ append qemu_args " -nographic -m 64 "
run_genode_until {.*test-moon.*Finished\..*} 30
puts "Test succeeded"

View File

@ -63,3 +63,4 @@ append qemu_args "-nographic -m 64"
run_genode_until "--- finished failsafe test ---.*\n" 30
puts "Test succeeded"

View File

@ -40,3 +40,5 @@ build_boot_image "core init rom_loopdev test-rom_blk"
append qemu_args "-m 64 -nographic "
run_genode_until "all done, finished!" 10
puts "Test succeeded"

View File

@ -81,3 +81,5 @@ append qemu_args "-nographic -m 64"
run_genode_until "--- timer test ---" 10
exec rm bin/archive.tar
puts "Test succeeded"

View File

@ -49,3 +49,4 @@ append qemu_args " -m 64 -nographic"
# Execute test in Qemu
run_genode_until "--- timer test finished ---" 60
puts "Test succeeded"

View File

@ -76,3 +76,5 @@ puts "[exec cat $noux_output_file]"
exec rm bin/coreutils.tar
exec rm $noux_output_file
puts "Test succeeded"