mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
Remove tar archives after cpu_sampler_noux and noux_bash
This fixes our nightly error on cleanall with "unexpected: ./bin/diffutils.tar".
This commit is contained in:
parent
5a92c9b6eb
commit
97201e6778
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user