From 467eee07a67dcc11a1a9210b3b9e17f584cc8735 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 12 Feb 2015 13:13:21 +0100 Subject: [PATCH] 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) --- tool/run/run | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tool/run/run b/tool/run/run index 792fa4c81..5b5d25f59 100755 --- a/tool/run/run +++ b/tool/run/run @@ -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 #