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

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

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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/dbench/dbench.py ('k') | client/tests/kvm/kvm_test_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/iperf/iperf.py
diff --git a/client/tests/iperf/iperf.py b/client/tests/iperf/iperf.py
index 4a20c851adc646b05524f9deb2a8b08ebc15217b..c487e8ca43cadd6e4febbd0888929fab81776325 100644
--- a/client/tests/iperf/iperf.py
+++ b/client/tests/iperf/iperf.py
@@ -18,7 +18,7 @@ class iperf(test.test):
self.job.setup_dep(['sysstat'])
os.chdir(self.srcdir)
- utils.system('./configure')
+ utils.configure()
utils.system('make')
utils.system('sync')
« no previous file with comments | « client/tests/dbench/dbench.py ('k') | client/tests/kvm/kvm_test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698