Skip to content

Commit 3c3878a

Browse files
committed
Include the test URI in the debug name
1 parent 90e64ec commit 3c3878a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/test_core/lib/src/runner/vm/platform.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ stderr: ${processResult.stderr}''');
252252
message,
253253
packageConfig: await packageConfigUri,
254254
checked: true,
255-
debugName: 'test_main',
255+
debugName: 'test_suite:$uri',
256256
);
257257
}
258258

@@ -296,7 +296,7 @@ stderr: ${processResult.stderr}''');
296296
message,
297297
packageConfig: packageConfig?.uri,
298298
checked: true,
299-
debugName: 'test_main',
299+
debugName: 'test_suite:$testUri',
300300
);
301301
}
302302

0 commit comments

Comments
 (0)