From 97201e6778f8ddcffb3124a03533543d5335615c Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 8 Sep 2016 08:35:42 +0200 Subject: [PATCH] Remove tar archives after cpu_sampler_noux and noux_bash This fixes our nightly error on cleanall with "unexpected: ./bin/diffutils.tar". --- repos/gems/run/cpu_sampler_noux.run | 3 +++ repos/ports/run/noux_bash.run | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/repos/gems/run/cpu_sampler_noux.run b/repos/gems/run/cpu_sampler_noux.run index 160f74361..d45815775 100644 --- a/repos/gems/run/cpu_sampler_noux.run +++ b/repos/gems/run/cpu_sampler_noux.run @@ -268,3 +268,6 @@ regexp $match_string $output all func run_genode_until "\\\[init -> terminal] \[0\]*$func" 60 [output_spawn_id] exec rm bin/bash.tar +exec rm bin/coreutils.tar +exec rm bin/diffutils.tar +exec rm bin/vim.tar diff --git a/repos/ports/run/noux_bash.run b/repos/ports/run/noux_bash.run index 3fa2c6696..6aa6af5ea 100644 --- a/repos/ports/run/noux_bash.run +++ b/repos/ports/run/noux_bash.run @@ -220,3 +220,7 @@ if {[have_spec x86_64]} { run_genode_until forever exec rm bin/bash.tar +exec rm bin/coreutils.tar +exec rm bin/diffutils.tar +exec rm bin/less.tar +exec rm bin/vim.tar