Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libexec/test
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ require_commands() {
}

run_bats() {
local call_arguments=(--jobs "$effective_jobs")
local call_arguments=(--jobs "$effective_jobs" --no-parallelize-within-files)

if [ "$effective_jobs" -gt 1 ]; then
call_arguments+=(--parallel-binary-name "$effective_parallel_command")
Expand Down
Loading
Loading