Index: tools/testing/dart/test_suite.dart |
=================================================================== |
--- tools/testing/dart/test_suite.dart (revision 39949) |
+++ tools/testing/dart/test_suite.dart (working copy) |
@@ -887,6 +887,11 @@ |
} |
} |
} |
+ if (configuration['package_root'] != null) { |
+ packageRoot = new Path(configuration['package_root']); |
+ optionsFromFile['packageRoot'] = packageRoot.toNativePath(); |
+ } |
+ |
String testName = buildTestCaseDisplayName(suiteDir, info.originTestPath, |
multitestName: optionsFromFile['isMultitest'] ? info.multitestKey : ""); |