← Back to team overview

linaro-pkg team mailing list archive

[Merge] lp:~mwasilew/lava-test/lava-test-perf into lp:~linaro-maintainers/lava-test/lava-test-perf

 

Milosz Wasilewski has proposed merging lp:~mwasilew/lava-test/lava-test-perf into lp:~linaro-maintainers/lava-test/lava-test-perf.

Requested reviews:
  Linaro Maintainers (linaro-maintainers)

For more details, see:
https://code.launchpad.net/~mwasilew/lava-test/lava-test-perf/+merge/168548

Fixed regular expression to match perf test output starting with two digit number.
-- 
https://code.launchpad.net/~mwasilew/lava-test/lava-test-perf/+merge/168548
Your team Linaro Maintainers is requested to review the proposed merge of lp:~mwasilew/lava-test/lava-test-perf into lp:~linaro-maintainers/lava-test/lava-test-perf.
=== modified file 'run-perf-test.sh'
--- run-perf-test.sh	2013-03-25 12:09:09 +0000
+++ run-perf-test.sh	2013-06-10 21:04:26 +0000
@@ -81,4 +81,4 @@
 # Test 'perf test'
 echo "Performing 'perf test'..."
 TCID="perf test"
-perf test 2>&1 | sed -e 's/FAILED!/FAIL/g' -e 's/Ok/PASS/g' -e "s/ [0-9]\+:/$TCID -/g" -e 's/:/ :/g'
+perf test 2>&1 | sed -e 's/FAILED!/FAIL/g' -e 's/Ok/PASS/g' -e "s/[ ]\?[0-9]\+:/$TCID -/g" -e 's/:/ :/g'


Follow ups