aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-04 08:19:36 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-04 08:19:36 -0700
commit17effabe42b0dcd72aeb689916536bf9a6733d69 (patch)
tree896fa88443835645d668110ef6df70e89a1fbb56 /templates/tools/run_tests
parentc7df0df61873d74577a357b00600166a44e280a0 (diff)
Add proxy tests to end2end suite
Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/tests.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index 337858d9f1..d1ba5ed43c 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -4,7 +4,7 @@ import json
${json.dumps([{"name": tgt.name,
"language": tgt.language,
- "platforms": tgt.platforms,
+ "platforms": tgt.platforms,
"flaky": tgt.flaky}
for tgt in targets
if tgt.get('run', True) and tgt.build == 'test'],