mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge pull request #2532 from philsmd/unit_test_packaging
unit tests: fix packaging (-p) of tests
This commit is contained in:
commit
b70627f592
@ -33,6 +33,7 @@
|
||||
|
||||
- Hash-Mode 13200 (AxCrypt): Changed the name to AxCrypt 1 to avoid confusion
|
||||
- Hash-Mode 13300 (AxCrypt in-memory SHA1): Changed the name to AxCrypt 1 in-memory SHA1
|
||||
- Unit tests: Fixed the packaging of test (-p) feature
|
||||
|
||||
* changes v6.1.0 -> v6.1.1
|
||||
|
||||
|
@ -3346,6 +3346,6 @@ if [ "${PACKAGE}" -eq 1 ]; then
|
||||
-e "s/^\(ATTACK\)=0/\1=${ATTACK}/" \
|
||||
"${OUTD}/test.sh"
|
||||
|
||||
"${PACKAGE_CMD}" "${OUTD}/${OUTD}.7z" "${OUTD}/" >/dev/null 2>/dev/null
|
||||
${PACKAGE_CMD} "${OUTD}/${OUTD}.7z" "${OUTD}/" >/dev/null 2>/dev/null
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user