Merge remote-tracking branch 'public/pr/1974' into mbedtls-2.7

This commit is contained in:
Simon Butcher 2018-08-28 10:20:37 +01:00
commit 040cff9895

View file

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