pgj commented on code in PR #5341:
URL: https://github.com/apache/couchdb/pull/5341#discussion_r1860818125
##########
Makefile:
##########
@@ -339,7 +339,7 @@ mango-test: devclean all
--admin=adm:pass \
--no-eval "\
COUCH_USER=adm COUCH_PASS=pass \
-src/mango/.venv/bin/nose2 -s src/mango/test -c src/mango/unittest.cfg
$(MANGO_TEST_OPTS)"
+src/mango/.venv/bin/nose2 -F -s src/mango/test -c src/mango/unittest.cfg
$(MANGO_TEST_OPTS)"
Review Comment:
What does `-F` buy for us? The Mango tests are quick to run, and sometimes
perhaps it is good to see if there are other errors besides the one that failed
the whole run.
--
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]