Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index fb005ef49d9705d96f3c46f6f3e7f0f0dc29a975..d62a33e90ed14e166a58d4c18a3892edb397e15f 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -1191,6 +1191,7 @@ class StandardTestSuite extends TestSuite { |
args..add('package:polymer/deploy.dart') |
..add('--test')..add(inputFile) |
..add('--out')..add(outputDir); |
+ if (configuration['csp']) args.add('--csp'); |
return CommandBuilder.instance.getCommand( |
'polymer_deploy', vmFileName, args, configurationDir); |