diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-01-21 21:11:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 21:11:30 +0000 |
commit | 3c2eccc176e64812ab7b09c4a39c12b50aeac141 (patch) | |
tree | 3cdbb221c3f552482b91f8259a0fd877df6ba325 /build-aux | |
parent | 35b9d4585a5642ed60607b65746d855acbf491a2 (diff) | |
download | couchdb-3c2eccc176e64812ab7b09c4a39c12b50aeac141.tar.gz |
Python black cleanups (#2477)
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/show-test-results.py | 2 |
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", } |