run: fix netperf* perf measurement extraction

The result of the second run (TCP_MAERTS) gets extracted wrongly - due to the
change introduced by commit "run: always append to output buffer"
(Issue #1327). The output buffer is no longer reseted between several
run_genode_until invocation within a run script.
This commit is contained in:
Alexander Boettcher 2015-06-04 16:17:43 +02:00 committed by Christian Helmuth
parent ef9c745e42
commit 852a250e03

View File

@ -329,6 +329,8 @@ foreach netperf_test $netperf_tests {
set spawn_id_list [list $netperf_id $serial_id]
# reset output, so that we get on the second run not the result of the first
set output ""
run_genode_until "Segment" 60 $spawn_id_list
# get throughput from netperf output