diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 151: fix make commands for installing the pm-qa tests (Fathi Boudra)

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

Commit Message

Michael-Doyle Hudson May 28, 2012, 1:21 a.m. UTC
Merge authors:
  Fathi Boudra (fboudra)
Related merge proposals:
  https://code.launchpad.net/~fboudra/lava-test/bug-1004499-pwrmgmt-test/+merge/107420
  proposed by: Fathi Boudra (fboudra)
------------------------------------------------------------
revno: 151 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-05-28 13:19:12 +1200
message:
  fix make commands for installing the pm-qa tests (Fathi Boudra)
modified:
  lava_test/test_definitions/pwrmgmt.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/pwrmgmt.py'
--- lava_test/test_definitions/pwrmgmt.py	2012-05-21 06:59:56 +0000
+++ lava_test/test_definitions/pwrmgmt.py	2012-05-25 16:06:25 +0000
@@ -29,7 +29,7 @@ 
 DEFAULT_OPTIONS = ""
 
 INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git',
-                'cd pm-qa && make clean && make all']
+                'cd pm-qa && make -C utils']
 RUNSTEPS = ['cd pm-qa && make check $(OPTIONS)']
 DEPS = ['git-core', 'linux-libc-dev', 'build-essential']