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

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

Issue 1234001: autotest: Make netperf2 cross compile (Closed)
Patch Set: Move configure() 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/deps/sysstat/sysstat.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/netperf2/netperf2.py
diff --git a/client/tests/netperf2/netperf2.py b/client/tests/netperf2/netperf2.py
index 8a50b8f9c7b45a63313ae2961d556d7c343fdb75..28a37548a7390049397b05927f4faf9cb9f6bba9 100644
--- a/client/tests/netperf2/netperf2.py
+++ b/client/tests/netperf2/netperf2.py
@@ -21,7 +21,7 @@ class netperf2(test.test):
# CPU_SET_S defined on /usr/include/sched.h, backported from
# upstream svn trunk
utils.system('patch -p0 < ../fix_netperf_build.patch')
- utils.system('./configure')
+ utils.configure()
utils.system('make')
utils.system('sync')
« no previous file with comments | « client/deps/sysstat/sysstat.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698