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

Unified Diff: test/cache/repair/handles_failure_test.dart

Issue 1239623005: "pub cache repair" prints a more detailed summary. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 5 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 | « test/cache/repair/handles_corrupted_global_lockfile_test.dart ('k') | test/version_solver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cache/repair/handles_failure_test.dart
diff --git a/test/cache/repair/handles_failure_test.dart b/test/cache/repair/handles_failure_test.dart
index c0a4c4ae20208caa1b8bb5892af6b35d2cae218d..4aa39726b2360fa4e947b19095f0ec4d88b80931 100644
--- a/test/cache/repair/handles_failure_test.dart
+++ b/test/cache/repair/handles_failure_test.dart
@@ -49,7 +49,8 @@ main() {
pub.stderr.expect("HTTP error 404: Not Found");
pub.stdout.expect("Reinstalled 2 packages.");
- pub.stdout.expect("Failed to reinstall 1 package.");
+ pub.stdout.expect("Failed to reinstall 1 package:");
+ pub.stdout.expect("- foo 1.2.4");
pub.shouldExit(exit_codes.UNAVAILABLE);
});
« no previous file with comments | « test/cache/repair/handles_corrupted_global_lockfile_test.dart ('k') | test/version_solver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698