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 ======================================"
|
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}"
|
echo "copying test_results.xml to ${TARGET_DIR}"
|
||||||
|
# wait for file?
|
||||||
|
sleep 10s
|
||||||
du "test-results.xml"
|
du "test-results.xml"
|
||||||
cp test-results.xml "${TARGET_DIR}"
|
cp test-results.xml "${TARGET_DIR}"
|
||||||
|
sleep 10s
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit ${RETURN_CODE}
|
exit ${RETURN_CODE}
|
Loading…
Add table
Reference in a new issue