mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 16:44:17 +01:00
Simplify test syntax
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
bedcb3eb24
commit
581af9f720
@ -626,7 +626,7 @@ run_test() {
|
|||||||
|
|
||||||
# if the test uses DTLS but no custom proxy, add a simple proxy
|
# if the test uses DTLS but no custom proxy, add a simple proxy
|
||||||
# as it provides timing info that's useful to debug failures
|
# as it provides timing info that's useful to debug failures
|
||||||
if [ "X$PXY_CMD" = "X" -a "$DTLS" -eq 1 ]; then
|
if [ -z "$PXY_CMD" ] && [ "$DTLS" -eq 1 ]; then
|
||||||
PXY_CMD="$P_PXY"
|
PXY_CMD="$P_PXY"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user