From: jsteube Date: Sun, 3 Jan 2016 01:14:27 +0000 (+0100) Subject: Use native oclHashcat for test.sh X-Git-Tag: v3.00-beta~576 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=3fce66bd8cdb8d90bfeed93161a6041a3f5a2d11;p=hashcat.git Use native oclHashcat for test.sh --- diff --git a/tools/test.sh b/tools/test.sh index dd7ac28..7f0f569 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -1559,8 +1559,7 @@ EOF exit 1 } -BN="amd" -BIN="oclHashcat64.bin" +BIN="oclHashcat" MARKOV="enabled" ATTACK=0 MODE=0 @@ -1795,7 +1794,7 @@ fi # fix logfile if [ "${PACKAGE}" -eq 0 ]; then - cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report_${BN}.log + cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log fi