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

Unified Diff: sdk/bin/pub.bat

Issue 1024463007: Make unittests work on Windows (again) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | tests/compiler/dart2js/dart2js_batch2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/pub.bat
diff --git a/sdk/bin/pub.bat b/sdk/bin/pub.bat
index 7fd3f915d273b55d161f51b166eed1295aa9ef38..904d054de3d438f869a11e70e710f6f6907295d6 100644
--- a/sdk/bin/pub.bat
+++ b/sdk/bin/pub.bat
@@ -35,7 +35,7 @@ set PACKAGES_DIR=%BUILD_DIR%\packages
set DART=%BUILD_DIR%\dart-sdk\bin\dart
rem Run pub.
-set PUB="%SDK_DIR%\lib\_internal\pub.dart"
Johnni Winther 2015/03/24 10:52:24 nweiz@, rnystrom@: Why has this not been tested on
Bob Nystrom 2015/03/24 16:30:42 We generally do try to locally test Windows-only c
Johnni Winther 2015/03/25 07:48:31 Acknowledged. Hope pub_sdk.bat is tested better th
+set PUB="%SDK_DIR%\lib\_internal\pub\bin\pub.dart"
"%DART%" %VM_OPTIONS% --package-root="%PACKAGES_DIR%" "%PUB%" %*
endlocal
« no previous file with comments | « no previous file | tests/compiler/dart2js/dart2js_batch2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698