aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-07-27 15:13:04 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-27 16:26:28 +0200
commit7677e243d2ca2857103fccb47561677b1b19b841 (patch)
tree7883d0dd84d9f5748fb27b595d858c4845560b1c /scripts
parentb23b6ebf29254c1386f53c95415890ddc7464fe7 (diff)
bazel-tests.json: remove trailing comma
Trailing commas are not part of the JSON specification. Change-Id: Icbfc072b448e422a3cdb7fd827fbfb392611d344 PiperOrigin-RevId: 163331760
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index 05a5279cd5..a39ec47482 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -108,7 +108,7 @@
// A workaround for ASSERT_DEATH in gtest on Windows.
// When running tests, Bazel doesn't set TEMP,
// ASSERT_DEATH will try to write to C:/Windows, then fails.
- "--test_env=TEMP",
+ "--test_env=TEMP"
],
"test_tag_filters": ["-no_windows"],
"tests": [