Merge "Fix runtest build step."

This commit is contained in:
Brett Chabot
2011-06-08 13:56:41 -07:00
committed by Android (Google) Code Review

View File

@@ -265,7 +265,7 @@ class TestRunner(object):
# mmm cannot be used from python, so perform a similar operation using
# 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,
extra_args_string)
logger.Log(cmd)