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

Unified Diff: client/tests/posixtest/posixtest.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/pi_tests/pi_tests.py ('k') | client/tests/qemu_iotests/qemu_iotests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/posixtest/posixtest.py
diff --git a/client/tests/posixtest/posixtest.py b/client/tests/posixtest/posixtest.py
index cf68e6ddc5c153c157322832aff74e771333aa27..c8e3e1903f1ac74f20ef6ce8f86381f6c45d0d5d 100644
--- a/client/tests/posixtest/posixtest.py
+++ b/client/tests/posixtest/posixtest.py
@@ -21,7 +21,7 @@ class posixtest(test.test):
# Applying a small patch that introduces some linux specific
# linking options
utils.system('patch -p1 < ../posix-linux.patch')
- utils.system('make')
+ utils.make()
def execute(self):
« no previous file with comments | « client/tests/pi_tests/pi_tests.py ('k') | client/tests/qemu_iotests/qemu_iotests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698