Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing build-report makefile target on Windows #4377

Closed
big-r81 opened this issue Jan 16, 2023 · 0 comments · Fixed by #4384
Closed

Missing build-report makefile target on Windows #4377

big-r81 opened this issue Jan 16, 2023 · 0 comments · Fixed by #4384

Comments

@big-r81
Copy link
Contributor

big-r81 commented Jan 16, 2023

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: a14922f
  • Operating system and version: Windows Server 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant