Skip to content

Commit 61cb8a4

Browse files
committed
Add debug log
1 parent c43fe2e commit 61cb8a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_common/lib/utilities.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const newDdcTypeSystemVersion = '3.3.0-242.0.dev';
1717
String get webdevPath {
1818
final pathParts = p.split(p.current);
1919
// We expect all tests to be run from the webdev mono-repo:
20+
// TODO(srujzs): This is just to debug the failures on https://github.com/dart-lang/webdev/pull/2627.
21+
// Delete when done debugging.
22+
print(pathParts);
2023
assert(pathParts.contains(webdevDirName));
2124
return p.joinAll(
2225
pathParts.sublist(0, pathParts.lastIndexOf(webdevDirName) + 1),

0 commit comments

Comments
 (0)