mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:15:43 +01:00
ssl-opt.sh: Preserve proxy log, too, if --preserve-logs is specified
This commit is contained in:
parent
513815a38d
commit
4e1a9c17f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user