unit tests: fix packaging (-p) of tests

pull/2532/head
philsmd 4 years ago
parent 9121f66b1c
commit 6587606ba4
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

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

@ -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…
Cancel
Save