diff --git a/repos/os/recipes/pkg/test-block/runtime b/repos/os/recipes/pkg/test-block/runtime
index 72b1370ce6..3f659b06cc 100644
--- a/repos/os/recipes/pkg/test-block/runtime
+++ b/repos/os/recipes/pkg/test-block/runtime
@@ -4,7 +4,7 @@
- Tests finished successfully
+ --- all tests finished ---
test-block-client] Error:
diff --git a/repos/os/recipes/pkg/test-block_cache/runtime b/repos/os/recipes/pkg/test-block_cache/runtime
index dd7386884f..79a7d42a52 100644
--- a/repos/os/recipes/pkg/test-block_cache/runtime
+++ b/repos/os/recipes/pkg/test-block_cache/runtime
@@ -4,7 +4,7 @@
- Tests finished successfully
+ --- all tests finished ---
test-block-client] Error:
diff --git a/repos/os/recipes/pkg/test-part_block_gpt/runtime b/repos/os/recipes/pkg/test-part_block_gpt/runtime
index 1c0f534299..ad304b5c56 100644
--- a/repos/os/recipes/pkg/test-part_block_gpt/runtime
+++ b/repos/os/recipes/pkg/test-part_block_gpt/runtime
@@ -5,8 +5,8 @@
- Tests finished successfully!*
- Tests finished successfully!
+ --- all tests finished ---*
+ --- all tests finished ---
Error:
diff --git a/repos/os/recipes/pkg/test-part_block_mbr/runtime b/repos/os/recipes/pkg/test-part_block_mbr/runtime
index 5a7528425c..3b13fa0699 100644
--- a/repos/os/recipes/pkg/test-part_block_mbr/runtime
+++ b/repos/os/recipes/pkg/test-part_block_mbr/runtime
@@ -5,9 +5,9 @@
- Tests finished successfully!*
- Tests finished successfully!*
- Tests finished successfully!
+ --- all tests finished ---*
+ --- all tests finished ---*
+ --- all tests finished ---
Error:
diff --git a/repos/os/run/ahci_block.run b/repos/os/run/ahci_block.run
index 3fbb15f9ca..91e6ace745 100644
--- a/repos/os/run/ahci_block.run
+++ b/repos/os/run/ahci_block.run
@@ -107,7 +107,7 @@ append qemu_args " -nographic -device ahci,id=ahci -boot d "
append qemu_args " -drive id=disk,file=bin/ext2.raw,format=raw,if=none -device ide-hd,drive=disk,bus=ahci.0 "
append qemu_args " -drive id=cd,file=[run_dir]/../ahci_block.iso,if=none,media=cdrom -device ide-cd,drive=cd,bus=ahci.1 "
-run_genode_until "Tests finished successfully!" 100
-run_genode_until "Tests finished successfully!" 100 [output_spawn_id]
+run_genode_until "--- all tests finished ---" 100
+run_genode_until "--- all tests finished ---" 100 [output_spawn_id]
exec rm -f bin/ext2.raw