diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 164: improvements to perf debuggability (Ricardo Salveti)

Message ID 20120626035612.667.22681.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson June 26, 2012, 3:56 a.m. UTC
Merge authors:
  Ricardo Salveti (rsalveti)
Related merge proposals:
  https://code.launchpad.net/~rsalveti/lava-test/perf-adding-more-debug-info/+merge/111919
  proposed by: Ricardo Salveti (rsalveti)
  review: Approve - Andy Doan (doanac)
------------------------------------------------------------
revno: 164 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-06-26 15:55:07 +1200
message:
  improvements to perf debuggability (Ricardo Salveti)
modified:
  lava_test/test_definitions/perf.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_test/test_definitions/perf.py'
--- lava_test/test_definitions/perf.py	2012-06-25 21:56:48 +0000
+++ lava_test/test_definitions/perf.py	2012-06-26 03:55:07 +0000
@@ -28,9 +28,9 @@ 
 from lava_test.core.tests import Test
 
 DEFAULT_OPTIONS = ""
-DEPS = ["bzr", "linux-tools", "stress"]
+DEPS = ["bzr", "linux-tools", "stress", "stress-dbgsym"]
 INSTALLSTEPS = ["bzr branch lp:~linaro-maintainers/lava-test/lava-test-perf"]
-RUNSTEPS = ["cp lava-test-perf/run-perf-test.sh .; sudo bash ./run-perf-test.sh"]
+RUNSTEPS = ["cp lava-test-perf/run-perf-test.sh .; sudo bash -x ./run-perf-test.sh"]
 PATTERN = "^(?P<test_case_id>perf[\w\s-]+)\s+:\s+(?P<result>\w+)"
 FIXUPS = {
     "PASS": "pass",