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

Unified Diff: googletest/tests/isolate_test_cases_smoke_test.py

Issue 24813003: Move file path functions into utils/file_path.py. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/tools/swarm_client@master
Patch Set: Fix isolate_test_cases_smoke_test.py Created 7 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 | « no previous file | googletest/tests/trace_test_cases_smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: googletest/tests/isolate_test_cases_smoke_test.py
diff --git a/googletest/tests/isolate_test_cases_smoke_test.py b/googletest/tests/isolate_test_cases_smoke_test.py
index 04dbf523d2bbdc8d9c0bd4ce3747100592d89a6b..f8eb7e441ac4756623c358fb599b64623d901555 100755
--- a/googletest/tests/isolate_test_cases_smoke_test.py
+++ b/googletest/tests/isolate_test_cases_smoke_test.py
@@ -22,6 +22,7 @@ sys.path.insert(0, ROOT_DIR)
import isolate
import trace_test_cases
+from utils import file_path
class IsolateTestCases(unittest.TestCase):
@@ -44,7 +45,7 @@ class IsolateTestCases(unittest.TestCase):
# So it'll look like /usr/bin/python2.7
self.executable += suffix
- self.real_executable = isolate.trace_inputs.get_native_path_case(
+ self.real_executable = file_path.get_native_path_case(
self.executable)
# Make sure there's no environment variable that could cause side effects.
os.environ.pop('GTEST_SHARD_INDEX', '')
« no previous file with comments | « no previous file | googletest/tests/trace_test_cases_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698