Skip to content

Commit 7dd95de

Browse files
committed
junitreport integration test compatability with older versions of diff-utils (for Mac OSX)
1 parent 9fbc432 commit 7dd95de

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)