ssl-opt.sh: Preserve proxy log, too, if --preserve-logs is specified

This commit is contained in:
Hanno Becker 2018-08-20 12:21:35 +01:00
parent 513815a38d
commit 4e1a9c17f2

View File

@ -682,6 +682,9 @@ run_test() {
if [ "$PRESERVE_LOGS" -gt 0 ]; then
mv $SRV_OUT o-srv-${TESTS}.log
mv $CLI_OUT o-cli-${TESTS}.log
if [ -n "$PXY_CMD" ]; then
mv $PXY_OUT o-pxy-${TESTS}.log
fi
fi
rm -f $SRV_OUT $CLI_OUT $PXY_OUT