summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2023-01-18 18:36:41 +0100
committerGitHub <noreply@github.com>2023-01-18 18:36:41 +0100
commitdeb8ef2714f4bd98b3f0e85e5573cc14a58ab8fb (patch)
treef0059b26bc0fc8a5a39bfdefa310e4bee14f4960
parentbcfaa82c3259a25dc38ff7a4b66719bf5104d8a6 (diff)
downloadcouchdb-deb8ef2714f4bd98b3f0e85e5573cc14a58ab8fb.tar.gz
Adding build-report makefile target on Windows (#4384)
Backporting the `build-report` target from the *nix makefile to the Windows pendant.
-rw-r--r--Makefile.win5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index a897554e7..13b83f781 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -250,6 +250,11 @@ elixir-check-formatted: elixir-init
elixir-credo: elixir-init
@mix credo
+.PHONY: build-report
+# target: build-report - Generate a build report
+build-report:
+ @$(PYTHON) build-aux/show-test-results.py --suites=10 --tests=10 > test-results.log
+
.PHONY: check-qs
# target: check-qs - Run query server tests (ruby and rspec required!)
check-qs: