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

Unified Diff: test.py

Issue 12712012: - Remove test-runtime.dart. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tools/
Patch Set: Created 7 years, 9 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 | test-runtime.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test.py
===================================================================
--- test.py (revision 19940)
+++ test.py (working copy)
@@ -17,10 +17,7 @@
tools_dir = os.path.dirname(os.path.realpath(__file__))
current_directory = os.path.abspath('');
client = os.path.abspath(os.path.join(tools_dir, '..'));
- if current_directory == os.path.join(client, 'runtime'):
- dart_script_name = 'test-runtime.dart'
- else:
- dart_script_name = 'test.dart'
+ dart_script_name = 'test.dart'
dart_test_script = string.join([tools_dir, dart_script_name], os.sep)
command = [utils.DartBinary(), dart_test_script] + args
exit_code = subprocess.call(command)
« no previous file with comments | « no previous file | test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698