Merge remote-tracking branch 'public/pr/1967' into development

This commit is contained in:
Simon Butcher 2018-08-28 10:20:23 +01:00
commit badeb07872

View File

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