big-r81 opened a new issue, #4377: URL: https://github.com/apache/couchdb/issues/4377
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description The make target `build-report` is missing on Windows and needs to be backported from the *nix makefile target. ## Steps to Reproduce Run this on Windows: ``` PS C:\relax\couchdb> make -f Makefile.win build-report ``` Output: ``` make: *** No rule to make target 'build-report'. Stop. ``` ## Expected Behaviour Should run the test like the makefile target on *nix: ``` build-aux/show-test-results.py --suites=10 --tests=10 > test-results.log ``` ## Your Environment * CouchDB version used: a14922fad42575574bb26a24a123e0a1ef4e1621 * Operating system and version: Windows Server 2022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
