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

Unified Diff: test/build/can_specify_output_directory_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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: test/build/can_specify_output_directory_test.dart
diff --git a/test/build/can_specify_output_directory_test.dart b/test/build/can_specify_output_directory_test.dart
index 74e959e57e6c0953d0158bda125e724636afe297..926889b398877de369a4f40fb48b5aa55416164c 100644
--- a/test/build/can_specify_output_directory_test.dart
+++ b/test/build/can_specify_output_directory_test.dart
@@ -19,6 +19,7 @@ main() {
])
]).create();
+ pubGet();
var outDir = path.join("out", "dir");
schedulePub(args: ["build", "-o", outDir],
output: contains('Built 1 file to "$outDir".'));

Powered by Google App Engine
This is Rietveld 408576698