Skip to content

Commit adc00f7

Browse files
committed
wip: Fix bash error
1 parent 7badabe commit adc00f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/load/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ for app in *; do
2525
exit 1
2626
fi
2727

28-
bash -c "${UTILS_DIR}/../${type}/${app}/start-servers.sh"
28+
bash -c "${UTILS_DIR}/../${type}/${app}/start-servers.sh" &
2929
bash -c "${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh ${HEALTHCHECK_URL} ${OUTPUT_DIR} 'pkill java'"
3030
done

0 commit comments

Comments
 (0)