Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: client/tests/ltp/ltp.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/lmbench/lmbench.py ('k') | client/tests/monotonic_time/monotonic_time.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/ltp/ltp.py
diff --git a/client/tests/ltp/ltp.py b/client/tests/ltp/ltp.py
index 0d0e763ac93186ae350861cd3b3688a26bfb264d..fb2df01e57cbf5a8db5274cbc17cd51e6fad3dd3 100644
--- a/client/tests/ltp/ltp.py
+++ b/client/tests/ltp/ltp.py
@@ -40,9 +40,9 @@ class ltp(test.test):
utils.system('patch -p1 < ../ltp_capability.patch')
utils.system('cp ../scan.c pan/') # saves having lex installed
- utils.system('make autotools')
+ utils.make('autotools')
utils.configure('--prefix=%s' % ltpbin_dir)
- utils.system('make -j %d all' % utils.count_cpus())
+ utils.make('-j %d all' % utils.count_cpus())
utils.system('yes n | make SKIP_IDCHECK=1 install')
« no previous file with comments | « client/tests/lmbench/lmbench.py ('k') | client/tests/monotonic_time/monotonic_time.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698