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

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

Issue 1161005: autotest: Make the "ltp" test comile on ARM. (Closed)
Patch Set: Move configure() back to utils Created 10 years, 9 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/ltp/ltp.patch ('k') | no next file » | 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 f6be942541d6970b73b53001716a274aa7b74982..0d0e763ac93186ae350861cd3b3688a26bfb264d 100644
--- a/client/tests/ltp/ltp.py
+++ b/client/tests/ltp/ltp.py
@@ -41,7 +41,7 @@ class ltp(test.test):
utils.system('cp ../scan.c pan/') # saves having lex installed
utils.system('make autotools')
- utils.system('./configure --prefix=%s' % ltpbin_dir)
+ utils.configure('--prefix=%s' % ltpbin_dir)
utils.system('make -j %d all' % utils.count_cpus())
utils.system('yes n | make SKIP_IDCHECK=1 install')
« no previous file with comments | « client/tests/ltp/ltp.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698