You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/16 13:59:22 UTC

[GitHub] [couchdb] big-r81 opened a new issue, #4377: Missing `build-report` makefile target on Windows

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: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] big-r81 closed issue #4377: Missing `build-report` makefile target on Windows

Posted by GitBox <gi...@apache.org>.
big-r81 closed issue #4377: Missing `build-report` makefile target on Windows 
URL: https://github.com/apache/couchdb/issues/4377


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org