diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 92: Add linux-libc-dev dep for pwrmgmt tests

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

Commit Message

Paul Larson Sept. 2, 2011, 2:30 p.m. UTC
------------------------------------------------------------
revno: 92
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-test
timestamp: Fri 2011-09-02 09:28:19 -0500
message:
  Add linux-libc-dev dep for pwrmgmt tests
modified:
  abrek/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 'abrek/test_definitions/pwrmgmt.py'
--- abrek/test_definitions/pwrmgmt.py	2011-08-29 15:34:03 +0000
+++ abrek/test_definitions/pwrmgmt.py	2011-09-02 14:28:19 +0000
@@ -19,7 +19,7 @@ 
 INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git',
                 'cd pm-qa && make clean && make all']
 RUNSTEPS = ['cd pm-qa && make check']
-DEPS = ['git-core', 'make']
+DEPS = ['git-core', 'make', 'linux-libc-dev']
 
 pwrmgmtinst = abrek.testdef.AbrekTestInstaller(INSTALLSTEPS, deps=DEPS)
 pwrmgmtrun = abrek.testdef.AbrekTestRunner(RUNSTEPS)