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

Unified Diff: client/tests/fsstress/fsstress.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/fsfuzzer/fsfuzzer.py ('k') | client/tests/interbench/interbench.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/fsstress/fsstress.py
diff --git a/client/tests/fsstress/fsstress.py b/client/tests/fsstress/fsstress.py
index 9f81af6d9da1e4db5b050ed73d2916b77f3dea5d..f6dedefe2fc071551a848c9bb679e31b7660024a 100644
--- a/client/tests/fsstress/fsstress.py
+++ b/client/tests/fsstress/fsstress.py
@@ -16,7 +16,7 @@ class fsstress(test.test):
os.chdir(self.srcdir)
utils.system('patch -p1 < ../fsstress-ltp.patch')
- utils.system('make fsstress')
+ utils.make('fsstress')
def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'):
« no previous file with comments | « client/tests/fsfuzzer/fsfuzzer.py ('k') | client/tests/interbench/interbench.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698