Fix runtest build step.
Update make syntax to new 'mmm' logic. Bug 4556556 Change-Id: Ie1fd5f6714ee7ef731b063751e0ddd674bc31021
This commit is contained in:
@@ -264,7 +264,7 @@ class TestRunner(object):
|
|||||||
|
|
||||||
# mmm cannot be used from python, so perform a similar operation using
|
# mmm cannot be used from python, so perform a similar operation using
|
||||||
# ONE_SHOT_MAKEFILE
|
# ONE_SHOT_MAKEFILE
|
||||||
cmd = 'ONE_SHOT_MAKEFILE="%s" make -j%s -C "%s" files %s' % (
|
cmd = 'ONE_SHOT_MAKEFILE="%s" make -j%s -C "%s" all_modules %s' % (
|
||||||
target_build_string, self._options.make_jobs, self._root_path,
|
target_build_string, self._options.make_jobs, self._root_path,
|
||||||
extra_args_string)
|
extra_args_string)
|
||||||
logger.Log(cmd)
|
logger.Log(cmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user