Skip to content

Commit

Permalink
Merge pull request #14310 from jbornemann/junitreport-integration-com…
Browse files Browse the repository at this point in the history
…patibility

Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored May 25, 2017
2 parents 1d10664 + 7dd95de commit 4b3473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/junitreport/test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
JUNITREPORT_ROOT=$(dirname "${BASH_SOURCE}")/..
pushd "${JUNITREPORT_ROOT}" > /dev/null

diff_args='-yd --tabsize=4 --suppress-common-lines'
diff_args='-ydb --suppress-common-lines'

TMPDIR="/tmp/junitreport/test/integration"
mkdir -p "${TMPDIR}"
Expand Down

0 comments on commit 4b3473a

Please sign in to comment.