summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-01-21 21:11:30 +0000
committerGitHub <noreply@github.com>2020-01-21 21:11:30 +0000
commit3c2eccc176e64812ab7b09c4a39c12b50aeac141 (patch)
tree3cdbb221c3f552482b91f8259a0fd877df6ba325 /build-aux
parent35b9d4585a5642ed60607b65746d855acbf491a2 (diff)
downloadcouchdb-3c2eccc176e64812ab7b09c4a39c12b50aeac141.tar.gz
Python black cleanups (#2477)
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/show-test-results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/show-test-results.py b/build-aux/show-test-results.py
index c465fcf8a..c76a88409 100755
--- a/build-aux/show-test-results.py
+++ b/build-aux/show-test-results.py
@@ -12,7 +12,7 @@ TEST_COLLECTIONS = {
"EUnit": "src/**/.eunit/*.xml",
"EXUnit": "_build/integration/lib/couchdbtest/*.xml",
"Mango": "src/mango/*.xml",
- "JavaScript": "test/javascript/*.xml"
+ "JavaScript": "test/javascript/*.xml",
}