Updated status code handling on test.sh (added autotune failure)

pull/3105/head
Gabriele Gristina 2 years ago
parent 0bb2f8ebe4
commit d9c93cd3f3

@ -403,6 +403,12 @@ function status()
if [ "${RET}" -ne 0 ]; then
case ${RET} in
246)
echo "autotune failure, cmdline : ${CMD}" >> "${OUTD}/logfull.txt" 2>> "${OUTD}/logfull.txt"
e_rs=$((e_rs + 1))
;;
248)
echo "skipped by runtime (mixed backend errors detected), cmdline : ${CMD}" >> "${OUTD}/logfull.txt" 2>> "${OUTD}/logfull.txt"

Loading…
Cancel
Save