output as runs

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-11 20:06:23 -08:00
parent 6b5e3e4b8a
commit 77a07b4dd6
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -68,7 +68,7 @@ main(){
export ERRORS=""
# build all dockerfiles
echo "Running in parallel with ${JOBS} jobs."
parallel -j"${JOBS}" dofile "{1}" ::: "${files[@]}"
parallel --tag --verbose --ungroup -j"${JOBS}" dofile "{1}" ::: "${files[@]}"
if [[ "$ERRORS" == "" ]]; then
echo "No errors, hooray!"