Commit 562e19cf authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make failure to submit results non-fatal.

parent 4c48697a
......@@ -283,5 +283,9 @@ do
fi
echo "VTEST END" >> ${VTEST_REPORT}
pack > ${TMPDIR}/_report.tgz
submit ${TMPDIR}/_report.tgz
submit ${TMPDIR}/_report.tgz || \
sleep 300 || \
submit ${TMPDIR}/_report.tgz || \
true
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment