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

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

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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 c8e3e1903f1ac74f20ef6ce8f86381f6c45d0d5d..cf68e6ddc5c153c157322832aff74e771333aa27 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.make()
+ utils.system('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