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:
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…
Reference in New Issue
Block a user