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

Unified Diff: sdk/bin/pub.bat

Issue 1166093002: Switch over testing pub seperately from the the normal packages (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: also roll pub in dartium deps Created 5 years, 6 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 | « sdk/bin/pub ('k') | tools/bots/pkg.py » ('j') | tools/bots/pub.py » ('J')
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 d64b492a98547eff730899f1831a7a711d1bc83a..1326b57de039f16135d0d2f42f5b0440aa83807c 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%\..\third_party\pkg_tested\pub\bin\pub.dart"
+set PUB="%SDK_DIR%\..\third_party\pkg\pub\bin\pub.dart"
"%DART%" %VM_OPTIONS% --package-root="%PACKAGES_DIR%" "%PUB%" %*
endlocal
« no previous file with comments | « sdk/bin/pub ('k') | tools/bots/pkg.py » ('j') | tools/bots/pub.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698