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

Unified Diff: sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart

Issue 1044253003: Fix the "pub run" invocations in the signal-forwarding tests. (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 | sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
index bcd690de9301432ce94e323d49558bb2c9db33a6..a259291e4b623e04655ff066408742a74d73e7e3 100644
--- a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
+++ b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
@@ -41,7 +41,7 @@ main() {
])
]).create();
- var pub = pubRun(args: ["script"]);
+ var pub = pubRun(args: ["bin/script"]);
pub.stdout.expect("ready");
for (var signal in _catchableSignals) {
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698