Use native oclHashcat for test.sh
authorjsteube <jens.steube@gmail.com>
Sun, 3 Jan 2016 01:14:27 +0000 (02:14 +0100)
committerjsteube <jens.steube@gmail.com>
Sun, 3 Jan 2016 01:14:27 +0000 (02:14 +0100)
tools/test.sh

index dd7ac28..7f0f569 100755 (executable)
@@ -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