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

Unified Diff: sdk/bin/pub

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
Index: sdk/bin/pub
diff --git a/sdk/bin/pub b/sdk/bin/pub
index 96cc0dfae5b48b4314cbbf2b45e74ecdb50feedd..e92773182e668e1b834710752715f06c5db51c72 100755
--- a/sdk/bin/pub
+++ b/sdk/bin/pub
@@ -53,5 +53,5 @@ DART="$BUILD_DIR/dart-sdk/bin/dart"
PACKAGES_DIR="$BUILD_DIR/packages/"
# Run pub.
-PUB="$SDK_DIR/../third_party/pkg_tested/pub/bin/pub.dart"
+PUB="$SDK_DIR/../third_party/pkg/pub/bin/pub.dart"
exec "$DART" "${VM_OPTIONS[@]}" "--package-root=$PACKAGES_DIR" "$PUB" "$@"
« no previous file with comments | « client/tools/buildbot_annotated_steps.py ('k') | sdk/bin/pub.bat » ('j') | tools/bots/pub.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698