debugging of test-results.xml parsing
This commit is contained in:
parent
b30a632bf2
commit
b7c2b82685
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ set -e
|
|||
|
||||
echo "ninja ${CMD} completed ======================================"
|
||||
if test -f "test-results.xml" ; then
|
||||
cp test-results.xml "${TARGET_DIR}"
|
||||
echo "copying test_results.xml to ${TARGET_DIR}"
|
||||
du "test_results.xml"
|
||||
cp test-results.xml "${TARGET_DIR}"
|
||||
fi
|
||||
|
||||
exit ${RETURN_CODE}
|
Loading…
Reference in a new issue