1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

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

This commit is contained in:
Gabriele Gristina 2022-01-23 00:15:05 +01:00
parent 0bb2f8ebe4
commit d9c93cd3f3

View File

@ -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"