From 77a07b4dd66a84a99433c210e25b06793229a98d Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 11 Jan 2017 20:06:23 -0800 Subject: [PATCH] output as runs Signed-off-by: Jess Frazelle --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 88c99b7..586a273 100755 --- a/build-all.sh +++ b/build-all.sh @@ -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!"