=== modified file 'doc/changes.rst'
@@ -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'
@@ -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']