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

Unified Diff: tests/run_isolated/regen_test_data.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 | « tests/run_isolated/gtest_fake.py ('k') | tests/run_isolated_smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/run_isolated/regen_test_data.py
diff --git a/tests/run_isolated/regen_test_data.py b/tests/run_isolated/regen_test_data.py
index bfe3da3b660b248a2594de3f6e1427b7658a9452..dc2091e13340420131dbaa626144e977f81d23ee 100755
--- a/tests/run_isolated/regen_test_data.py
+++ b/tests/run_isolated/regen_test_data.py
@@ -20,7 +20,7 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
# Ordering is important to keep this script simple.
INCLUDES_TO_FIX = [
('manifest2.isolated', ['manifest1.isolated']),
- ('check_files.isolated', ['gtest_fake.isolated', 'manifest2.isolated']),
+ ('check_files.isolated', ['manifest2.isolated', 'repeated_files.isolated']),
]
« no previous file with comments | « tests/run_isolated/gtest_fake.py ('k') | tests/run_isolated_smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698