1
0
Fork 0

trying to fix partial test XML

This commit is contained in:
Mikhail Goncharov 2020-02-06 17:48:30 +01:00
parent b544a3df60
commit 1859a7d4d3

View file

@ -32,8 +32,11 @@ set -e
echo "ninja ${CMD} completed ======================================"
if test -f "test-results.xml" ; then
echo "copying test_results.xml to ${TARGET_DIR}"
# wait for file?
sleep 10s
du "test-results.xml"
cp test-results.xml "${TARGET_DIR}"
sleep 10s
fi
exit ${RETURN_CODE}