From 241c0f38a4bb4f6800a0e464f7bf48f5a0783aff Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 4 Jul 2013 17:14:51 +0200 Subject: [PATCH] run: remove tar file also after native runs Fixes #679 --- ports/run/noux.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/run/noux.run b/ports/run/noux.run index 4c12258e1..2da9f6ab3 100644 --- a/ports/run/noux.run +++ b/ports/run/noux.run @@ -77,8 +77,9 @@ run_genode_until "child /bin/ls exited with exit value 0.*\n" 30 if {[is_qemu_available]} { puts "[exec cat $noux_output_file]" - exec rm bin/coreutils.tar exec rm $noux_output_file } +exec rm bin/coreutils.tar + puts "Test succeeded"