| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 2af00c8f257074b53e5642c167d96c38b4752ab3..bd0a3e5e72bb14ef3d4cb29d5dac1e4f2e96f372 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -78,7 +78,7 @@ main() {
|
| if (selectors.containsKey('leg_only')) {
|
| queue.addTestSuite(new LegOnlyTestSuite(conf));
|
| }
|
| - if (selectors.containsKey('dartc')) {
|
| + if (conf['component'] == 'dartc' && selectors.containsKey('dartc')) {
|
| queue.addTestSuite(new ClientDartcTestSuite(conf));
|
| }
|
| if (selectors.containsKey('css')) {
|
|
|