Message ID | 20120531045810.9139.66813.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_test/test_definitions/posixtestsuite.py' --- lava_test/test_definitions/posixtestsuite.py 2012-03-17 11:02:42 +0000 +++ lava_test/test_definitions/posixtestsuite.py 2012-05-24 05:21:21 +0000 @@ -38,7 +38,7 @@ MD5 = "6982c72429a62f3917c13b2d529ad1ce" DEFAULT_OPTIONS = "" INSTALLSTEPS = ['tar -xjf ltp-full-20100831.bz2'] -DEPS = ['gcc', 'bzip2'] +DEPS = ['build-essential', 'bzip2'] RUNSTEPS = [ ('cd ltp-full-20100831/testcases/open_posix_testsuite/' ' && make $(OPTIONS)')]