We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ad7e9 commit 4e38cefCopy full SHA for 4e38cef
azure-pipelines.yml
@@ -58,7 +58,7 @@ phases:
58
. ci/lib.sh
59
60
make -j10 DEVELOPER=1 NO_PERL=1 || exit 1
61
- NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"--no-chain-lint --with-dashes --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
+ NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"--no-chain-lint --no-bin-wrappers --quiet --write-junit-xml\" time make -j15 -k DEVELOPER=1 test || {
62
NO_PERL=1 NO_SVN_TESTS=1 GIT_TEST_OPTS=\"-i -v -x\" make -k -C t failed; exit 1
63
}
64
0 commit comments