diff options
author | Robert Newson <rnewson@apache.org> | 2019-02-06 12:43:37 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2019-02-06 12:43:37 +0000 |
commit | 815eed946ca1acea258c546f032553409002631c (patch) | |
tree | b8adb769c9af11fc9b8b5e47ed54b4732283e50a | |
parent | 2eff33fdf815ffb39513c7c26ec2ce284d2c2c5b (diff) | |
download | couchdb-815eed946ca1acea258c546f032553409002631c.tar.gz |
run formatting check before time-consuming tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,9 +143,9 @@ fauxton: share/www check: all @$(MAKE) test-cluster-with-quorum @$(MAKE) test-cluster-without-quorum + @$(MAKE) python-black @$(MAKE) eunit @$(MAKE) javascript - @$(MAKE) python-black @$(MAKE) mango-test @$(MAKE) elixir # @$(MAKE) build-test |