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

Unified Diff: tests/run_isolated/check_files.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/check_files.isolated ('k') | tests/run_isolated/gtest_fake.isolated » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/run_isolated/check_files.py
diff --git a/tests/run_isolated/check_files.py b/tests/run_isolated/check_files.py
index cd429ef0b93061184c18f683d508579b854d9eaa..d8bef1967160c0c09a7681b9fbc5c82d338d57c0 100755
--- a/tests/run_isolated/check_files.py
+++ b/tests/run_isolated/check_files.py
@@ -14,9 +14,10 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
def main():
expected = sorted([
'check_files.py',
- 'gtest_fake.py',
'file1.txt',
+ 'file1_copy.txt',
'file2.txt',
+ 'repeated_files.py',
])
actual = sorted(os.listdir(ROOT_DIR))
if expected != actual:
« no previous file with comments | « tests/run_isolated/check_files.isolated ('k') | tests/run_isolated/gtest_fake.isolated » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698