trying to fix partial test XML
This commit is contained in:
parent
b544a3df60
commit
1859a7d4d3
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
Loading…
Reference in a new issue