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

Unified Diff: tools/test.dart

Issue 2361813003: Fix test.py and tests to use an explicit --packages flag. (Closed)
Patch Set: Handle case where only observatory_ui tests are run. Created 4 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
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 76e492898ad868da94f28c143788ded1e3ddf5fa..c66489e4f681d63d081e1c9008451c848b32239c 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -56,7 +56,7 @@ Future _deleteTemporaryDartDirectories() {
}
void main(List<String> arguments) {
- // This script is in [dart]/tools.
+ // This script is in [sdk]/tools.
TestUtils.setDartDirUri(Platform.script.resolve('..'));
_deleteTemporaryDartDirectories().then((_) {
var optionsParser = new TestOptionsParser();

Powered by Google App Engine
This is Rietveld 408576698