Skip to content

Commit 271091d

Browse files
committed
dont show arg parsing set +x oops
1 parent 0d2c112 commit 271091d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmark_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# --server-pid: Server process ID (required)
1111
# --sleep-interval: Sleep interval between health checks (optional, default: 5)
1212
wait_for_server_ready() {
13-
set -x
13+
set +x
1414
local port=""
1515
local server_log=""
1616
local server_pid=""

0 commit comments

Comments
 (0)