From: Ian Jackson Date: Sun, 29 Dec 2019 13:29:05 +0000 (+0000) Subject: tests/check: Show parallel make rune we run X-Git-Tag: subdirmk/0.3~77 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=ab7a533fa67cab7c7ed3c586c4fb3998d3ce350e tests/check: Show parallel make rune we run Signed-off-by: Ian Jackson --- diff --git a/tests/check b/tests/check index de20e4b..4098655 100755 --- a/tests/check +++ b/tests/check @@ -1,5 +1,6 @@ #!/bin/sh set -e -${MAKE-make} -f tests/tests.mk -j8 +x () { echo "$@"; "$@"; } +x ${MAKE-make} -f tests/tests.mk -j8 echo 'ok.'