Skip to content

Commit dc5ee10

Browse files
committed
fixup! fetch full coder binary
1 parent ead423e commit dc5ee10

File tree

1 file changed

+1
-1
lines changed
  • scaletest/templates/scaletest-runner/scripts

1 file changed

+1
-1
lines changed

scaletest/templates/scaletest-runner/scripts/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SCALETEST_PPROF_DIR="${SCALETEST_RUN_DIR}/pprof"
2424
mkdir -p "${SCALETEST_STATE_DIR}" "${SCALETEST_RESULTS_DIR}" "${SCALETEST_PPROF_DIR}"
2525

2626
coder() {
27-
if [[ -z "${SCALETEST_CODER_BINARY}" ]]; then
27+
if [[ -z "${SCALETEST_CODER_BINARY:-}" ]]; then
2828
echo "Fetching full coder binary..."
2929
fetch_coder_full
3030
echo "SCALETEST_CODER_BINARY=${SCALETEST_CODER_BINARY}"

0 commit comments

Comments
 (0)