Skip to content

Commit e5779ec

Browse files
committed
Add logging
1 parent 4c9f44d commit e5779ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run_spicebench_debug_spice_cloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ jobs:
262262
NO_TEARDOWN_ARG="--no-teardown"
263263
fi
264264
265+
set -x
265266
~/.spice/bin/spicebench run \
266267
--concurrency "${NUM_QUERY_CLIENTS}" \
267268
--scenario "${SCENARIO}" \
@@ -274,4 +275,5 @@ jobs:
274275
--system-adapter-stdio-args "${ADAPTER_ARGS}" \
275276
${ADAPTER_ENVS} \
276277
${SCHEDULER_STATE_ADAPTER_ENV} \
277-
${NO_TEARDOWN_ARG} \
278+
${NO_TEARDOWN_ARG}
279+
set +x

0 commit comments

Comments
 (0)