diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 156: Fixed ltp-snowball-tests install steps

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

Commit Message

Le Chi Thu May 31, 2012, 7:34 a.m. UTC
------------------------------------------------------------
revno: 156
committer: Le Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>
branch nick: trunk
timestamp: Thu 2012-05-31 15:27:20 +0800
message:
  Fixed ltp-snowball-tests install steps
modified:
  doc/changes.rst
  lava_test/test_definitions/ltp-snowball-tests.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 'doc/changes.rst'
--- doc/changes.rst	2012-05-31 06:44:41 +0000
+++ doc/changes.rst	2012-05-31 07:27:20 +0000
@@ -1,6 +1,7 @@ 
 Version History
 ***************
 
+* Fixed ltp-snowball-tests install steps
 * Changed ltp-snowball-tests default test suite.
 
 .. _version_0_9:

=== modified file 'lava_test/test_definitions/ltp-snowball-tests.py'
--- lava_test/test_definitions/ltp-snowball-tests.py	2012-05-31 06:44:41 +0000
+++ lava_test/test_definitions/ltp-snowball-tests.py	2012-05-31 07:27:20 +0000
@@ -29,7 +29,7 @@ 
 from lava_test.core.tests import Test
 
 INSTALLSTEPS = ['git clone git://igloocommunity.org/git/testing/snowball-ltp-tests.git',
-                'cd snowball-ltp-tests; make tests; make install']
+                'cd snowball-ltp-tests; make config; make tests; make install']
 
 DEPS = ['git-core', 'make', 'build-essential']