1
mirror of https://github.com/hashcat/hashcat synced 2024-09-27 16:01:19 +02:00

unit tests: fix packaging (-p) of tests

This commit is contained in:
philsmd 2020-08-26 12:24:23 +02:00
parent 9121f66b1c
commit 6587606ba4
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,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

View File

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