updated check_groovyc.sh

pull/2/head
Hari Sekhon 3 years ago
parent 91ea043ee7
commit c7a4078c01

@ -81,6 +81,7 @@ echo
# export functions to use in parallel
export -f check_groovyc
export SHELL=/bin/bash # Debian docker container doesn't set this and defaults to sh, failing to find exported function
set +eo pipefail
tally="$(parallel -j "$parallelism" <<< "$tests")"

Loading…
Cancel
Save