hs-test: more debug output in http3 test 85/41085/1
authorFlorin Coras <[email protected]>
Thu, 6 Jun 2024 07:08:27 +0000 (03:08 -0400)
committerFlorin Coras <[email protected]>
Thu, 6 Jun 2024 07:08:27 +0000 (03:08 -0400)
Type: test

Change-Id: I4d2b949f5ef5446c04ca6f35b0bd659ce389170f
Signed-off-by: Florin Coras <[email protected]>
extras/hs-test/http_test.go
extras/hs-test/script/nginx_ldp.sh

index 875d489..f7a160c 100644 (file)
@@ -90,6 +90,7 @@ func NginxHttp3Test(s *NoTopoSuite) {
        args := fmt.Sprintf("curl --noproxy '*' --local-port 55444 --http3-only -k https://%s:8443/%s", serverAddress, query)
        curlCont.extraRunningArgs = args
        o, err := curlCont.combinedOutput()
+       s.log(o)
        s.assertNil(err, fmt.Sprint(err))
        s.assertContains(o, "<http>", "<http> not found in the result!")
 }
index 4a22e14..a6b0a20 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-LD_PRELOAD=$LDP $@ 2>&1 > /proc/1/fd/1
+$1 -v && LD_PRELOAD=$LDP $@ 2>&1 > /proc/1/fd/1