aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/script/nginx_ldp.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-06-14 14:59:38 -0400
committerFlorin Coras <florin.coras@gmail.com>2024-06-14 20:14:59 +0000
commitbee28afbb29992c4f332dcb319fbc3eacdc6e52b (patch)
tree56f8727c39e436f612b7a2467b568bd76ae13c0b /extras/hs-test/script/nginx_ldp.sh
parent10dbb372ccc83d87c6a6cd6898c24c436613e1e5 (diff)
hs-test: output docker build command for ci console log
- clean up shellcheck warnings - rename extras/hs-test/test script - add -x attribute to compress script for consistancy Type: test Change-Id: I5d1a9d16eeaff18562461b1e445e32ac696266d3 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'extras/hs-test/script/nginx_ldp.sh')
-rwxr-xr-xextras/hs-test/script/nginx_ldp.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/hs-test/script/nginx_ldp.sh b/extras/hs-test/script/nginx_ldp.sh
index a6b0a20e47b..416aa5499af 100755
--- a/extras/hs-test/script/nginx_ldp.sh
+++ b/extras/hs-test/script/nginx_ldp.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
-$1 -v && LD_PRELOAD=$LDP $@ 2>&1 > /proc/1/fd/1
+# shellcheck disable=SC2068
+$1 -v && LD_PRELOAD=$LDP $@ > /proc/1/fd/1 2>&1