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

Unified Diff: pkg/analyzer_cli/test/driver_test.dart

Issue 2712333002: cleanup bazel workspace relative path test (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/driver_test.dart
diff --git a/pkg/analyzer_cli/test/driver_test.dart b/pkg/analyzer_cli/test/driver_test.dart
index b7a3cdc2ecd29b22e4f7c3318dce8e081f317af0..30cc93ac16f2f66587ac8c0748547e2bb3841231 100644
--- a/pkg/analyzer_cli/test/driver_test.dart
+++ b/pkg/analyzer_cli/test/driver_test.dart
@@ -124,7 +124,6 @@ main() {
// in the test directory hierarchy do not interfere
await withTempDirAsync((String tempDirPath) async {
String dartSdkPath = path.absolute(getSdkDir(<String>[]).path);
- print('>>> dartSdkPath: $dartSdkPath');
await recursiveCopy(
new Directory(path.join(testDirectory, 'data', 'bazel')),
tempDirPath);
@@ -139,7 +138,9 @@ main() {
dartSdkPath,
]);
} catch (e) {
- print('>>>>>\n${errorSink.toString()}\n<<<<<');
+ print('=== debug info ===');
+ print('dartSdkPath: $dartSdkPath');
+ print('stderr:\n${errorSink.toString()}');
rethrow;
}
expect(errorSink.toString(), isEmpty);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698