Update storage-test.sh

This commit is contained in:
2024-11-27 23:32:45 -06:00
parent 68cd8bf98f
commit 01f2f1ef3e

View File

@@ -915,6 +915,8 @@ SubmitResult=""
SubmitResult=$(echo "$Submit" | grep 'error 420')
if [ -n "$SubmitResult" ]; then
echo "Result submitted successfully"
else
echo "ERROR: Result submission failed"
echo $Submit
echo
fi