diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 75: Add bzip2 dependency to gmpbench and posixtestsuite

Message ID 20110714060818.28405.12158.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson July 14, 2011, 6:08 a.m. UTC
------------------------------------------------------------
revno: 75
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-test
timestamp: Wed 2011-07-13 21:46:00 -0500
message:
  Add bzip2 dependency to gmpbench and posixtestsuite
modified:
  abrek/test_definitions/gmpbench.py
  abrek/test_definitions/posixtestsuite.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/gmpbench.py'
--- abrek/test_definitions/gmpbench.py	2011-04-13 20:39:16 +0000
+++ abrek/test_definitions/gmpbench.py	2011-07-14 02:46:00 +0000
@@ -26,7 +26,7 @@ 
 VERSION='0.2'
 URL="ftp://ftp.gmplib.org/pub/misc/gmpbench-%s.tar.bz2" %(VERSION)
 URL_gexpr="http://www.gmplib.org/gexpr.c"
-DEPS = ['gcc', 'libgmp3-dev', 'wget']
+DEPS = ['gcc', 'libgmp3-dev', 'wget', 'bzip2']
 
 INSTALLSTEPS = ['tar -xjf  gmpbench-0.2.tar.bz2',
                 'wget -c %s' %(URL_gexpr),

=== modified file 'abrek/test_definitions/posixtestsuite.py'
--- abrek/test_definitions/posixtestsuite.py	2011-04-13 20:39:16 +0000
+++ abrek/test_definitions/posixtestsuite.py	2011-07-14 02:46:00 +0000
@@ -30,7 +30,7 @@ 
      "ltp-full-%s.bz2" % (VERSION, VERSION)
 MD5="6982c72429a62f3917c13b2d529ad1ce"
 INSTALLSTEPS = ['tar -xjf ltp-full-20100831.bz2']
-DEPS = ['gcc']
+DEPS = ['gcc', 'bzip2']
 RUNSTEPS = ['cd ltp-full-20100831/testcases/open_posix_testsuite/ && make']
 
 PATTERN = "((?P<test_case_id>\A(\w+[/]+)+\w+[-]*\w*[-]*\w*) .*? (?P<result>\w+))"