Skip to content

Commit d83a39a

Browse files
authored
Add --junitfile junit.xml to integration tests (#1425)
1 parent 7148afe commit d83a39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/it.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
export TMPDIR=/tmp
1515
export TF_ACC=1
1616

17-
gotestsum --format short-verbose \
17+
gotestsum --junitfile junit.xml --format short-verbose \
1818
--raw-command go test -v -json \
1919
-test.timeout 30m \
2020
-run $TEST_FILTER ./... 2>&1 | tee out.log
@@ -29,4 +29,4 @@ ${FAILURES}
2929
${PASSES}
3030
EOF
3131

32-
cat test-report.log
32+
cat test-report.log

0 commit comments

Comments
 (0)