1
0
Fork 0

debugging of test-results.xml parsing

This commit is contained in:
Mikhail Goncharov 2020-02-06 11:19:16 +01:00
parent b30a632bf2
commit b7c2b82685

View file

@ -31,6 +31,8 @@ set -e
echo "ninja ${CMD} completed ======================================" echo "ninja ${CMD} completed ======================================"
if test -f "test-results.xml" ; then if test -f "test-results.xml" ; then
echo "copying test_results.xml to ${TARGET_DIR}"
du "test_results.xml"
cp test-results.xml "${TARGET_DIR}" cp test-results.xml "${TARGET_DIR}"
fi fi