pgj commented on code in PR #4437:
URL: https://github.com/apache/couchdb/pull/4437#discussion_r1112920334


##########
Makefile:
##########
@@ -328,7 +328,11 @@ mango-test: devclean all
        @cd src/mango && \
                python3 -m venv .venv && \
                .venv/bin/python3 -m pip install -r requirements.txt
-       @cd src/mango && ../../dev/run "$(TEST_OPTS)" -n 1 
--admin=testuser:testpass '.venv/bin/python3 -m nose2'
+       @cd src/mango && \

Review Comment:
   Oh, yes, you are right.  I forgot about the Windows bit.  I will add them 
soon.



##########
Makefile:
##########
@@ -328,7 +328,11 @@ mango-test: devclean all
        @cd src/mango && \
                python3 -m venv .venv && \
                .venv/bin/python3 -m pip install -r requirements.txt
-       @cd src/mango && ../../dev/run "$(TEST_OPTS)" -n 1 
--admin=testuser:testpass '.venv/bin/python3 -m nose2'
+       @cd src/mango && \

Review Comment:
   Oh, yes, you are right.  I forgot about the Windows bits.  I will add them 
soon.



-- 
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]

Reply via email to