Skip to content

Commit

Permalink
[tests] fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Oct 5, 2024
1 parent 3ef91e1 commit 4ae589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gantry_common_options_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Describe 'common-options'
local SERVICE_NAME="${2}"
reset_gantry_env "${SERVICE_NAME}"
export GANTRY_SLEEP_SECONDS="5"
run_gantry ${TEST_NAME} &
run_gantry "${TEST_NAME}" &
local PID="${!}"
sleep 15
kill "${PID}"
Expand Down

0 comments on commit 4ae589a

Please sign in to comment.