We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead423e commit dc5ee10Copy full SHA for dc5ee10
scaletest/templates/scaletest-runner/scripts/lib.sh
@@ -24,7 +24,7 @@ SCALETEST_PPROF_DIR="${SCALETEST_RUN_DIR}/pprof"
24
mkdir -p "${SCALETEST_STATE_DIR}" "${SCALETEST_RESULTS_DIR}" "${SCALETEST_PPROF_DIR}"
25
26
coder() {
27
- if [[ -z "${SCALETEST_CODER_BINARY}" ]]; then
+ if [[ -z "${SCALETEST_CODER_BINARY:-}" ]]; then
28
echo "Fetching full coder binary..."
29
fetch_coder_full
30
echo "SCALETEST_CODER_BINARY=${SCALETEST_CODER_BINARY}"
0 commit comments