bats_test: add junit report to test results (#982)
This commit is contained in:
parent
42c3ce7294
commit
84e72b762a
|
@ -27,7 +27,8 @@ export BATS_LIB_PATH=$(
|
|||
export BATS_TEST_TIMEOUT="$TEST_TIMEOUT"
|
||||
export BATS_TMPDIR="$TEST_TMPDIR"
|
||||
|
||||
exec $bats {tests} $@
|
||||
ln -s "$XML_OUTPUT_FILE" "$(dirname "$XML_OUTPUT_FILE")/report.xml"
|
||||
exec $bats {tests} --report-formatter junit --output "$(dirname $XML_OUTPUT_FILE)" "$@"
|
||||
"""
|
||||
|
||||
_ENV_SET = """export {key}=\"{value}\""""
|
||||
|
|
Loading…
Reference in New Issue