Skip to content

Commit 53941ee

Browse files
committed
fixup! Add a build definition for Azure DevOps
Let's not run things in quiet mode by default. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a303e3d commit 53941ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ then
4141

4242
BREW_INSTALL_PACKAGES=
4343
export GIT_PROVE_OPTS="--timer --jobs 10 --state=failed,slow,save"
44-
export GIT_TEST_OPTS="--quiet --write-junit-xml"
44+
export GIT_TEST_OPTS="--verbose-log -x --write-junit-xml"
4545
fi
4646

4747
skip_branch_tip_with_tag () {

0 commit comments

Comments
 (0)