From 34d6a928faafac5bb7159922a86c9a1a824a9b01 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 9 Feb 2022 10:16:28 +0300 Subject: [PATCH] blockcheck: force apply tests switch --- blockcheck.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index 70f4fa0..4dd4035 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -560,7 +560,8 @@ pktws_check_domain_bypass() } s="--dpi-desync=split2" - pktws_curl_test_update $1 $3 $s || { + pktws_curl_test_update $1 $3 $s + [ "$?" != 0 -o "$FORCE" = 1 ] && { tests="$tests split fake,split2 fake,split" [ "$sec" = 0 ] && pktws_curl_test_update $1 $3 $s --hostcase for pos in 1 3 4 5 10 50 100; do