From 06a10b3695f0662aab95fc5e3ac058ce87c1247e Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 4 Jun 2014 11:31:22 +0200 Subject: [PATCH] hw: log "Test succeeded" in nested_init.run --- repos/base-hw/run/nested_init.run | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/base-hw/run/nested_init.run b/repos/base-hw/run/nested_init.run index 94f4e8cf6..a72df74e8 100644 --- a/repos/base-hw/run/nested_init.run +++ b/repos/base-hw/run/nested_init.run @@ -74,5 +74,6 @@ append qemu_args " -m 64 -nographic" # execute the test in qemu if the targeted platform is supported if {[have_spec hw_vea9x4] || [have_spec hw_pbxa9]} { run_genode_until "No children to start.*\n" 10 + puts "Test succeeded" }