Skip to content

Commit 4b3473a

Browse files
author
OpenShift Bot
authored
Merge pull request #14310 from jbornemann/junitreport-integration-compatibility
Merged by openshift-bot
2 parents 1d10664 + 7dd95de commit 4b3473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/junitreport/test/integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
JUNITREPORT_ROOT=$(dirname "${BASH_SOURCE}")/..
1010
pushd "${JUNITREPORT_ROOT}" > /dev/null
1111

12-
diff_args='-yd --tabsize=4 --suppress-common-lines'
12+
diff_args='-ydb --suppress-common-lines'
1313

1414
TMPDIR="/tmp/junitreport/test/integration"
1515
mkdir -p "${TMPDIR}"

0 commit comments

Comments
 (0)