run: increase tcl buffer for run_genode_until

and move it close to run_genode_until implementation.
Somehow the "match_max -d" gets ignored if it is to far away and some
our run scripts fails because the buffer contains not all information
(seen for affinity.run on a 8 core machine)
This commit is contained in:
Alexander Boettcher 2015-02-12 13:13:21 +01:00 committed by Christian Helmuth
parent 7617833365
commit 467eee07a6
1 changed files with 2 additions and 3 deletions

View File

@ -131,6 +131,8 @@ proc build_boot_image {binaries} {
run_boot_dir $binaries
}
# set expect match-buffer size
match_max -d 40000
##
# Execute Genode
@ -367,9 +369,6 @@ proc run_dir { } { global run_name; return var/run/$run_name }
proc genode_dir { } { global genode_dir; return $genode_dir }
proc cross_dev_prefix { } { global cross_dev_prefix; return $cross_dev_prefix }
# set expect match-buffer size
match_max -d 20000
##
# Return true if spec value is set for the build
#