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

Unified Diff: googletest/tests/run_test_cases_test.py

Issue 19917006: Move all googletest related scripts into googletest/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Remove unnecessary pylint warning disable Created 7 years, 5 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 | « googletest/tests/run_test_cases_smoke_test.py ('k') | 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/run_test_cases_test.py
diff --git a/tests/run_test_cases_test.py b/googletest/tests/run_test_cases_test.py
similarity index 99%
rename from tests/run_test_cases_test.py
rename to googletest/tests/run_test_cases_test.py
index 26413263bdfdfb5b30b75d78f650514bf5a63d67..9b2b769cea657c3c0801f94f47ed845ebaf16ed8 100755
--- a/tests/run_test_cases_test.py
+++ b/googletest/tests/run_test_cases_test.py
@@ -365,7 +365,8 @@ class RunTestCasesSlow(unittest.TestCase):
def expect(
executable, cwd, test_cases, jobs, timeout, clusters, retries,
run_all, max_failures, no_cr, gtest_output, result_file, verbose):
- self.assertEqual(run_test_cases.fix_python_path([exe]), executable)
+ self.assertEqual(
+ run_test_cases.run_isolated.fix_python_path([exe]), executable)
self.assertEqual(os.getcwd(), cwd)
# They are in reverse order due to test shuffling.
self.assertEqual(['Foo.Bar1', 'Foo.Bar/3'], test_cases)
« no previous file with comments | « googletest/tests/run_test_cases_smoke_test.py ('k') | googletest/tests/trace_test_cases_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698