chiark / gitweb /
tests/check: Show parallel make rune we run
[subdirmk.git] / tests / check
index de20e4bbbd45db85819d42b64c4e5e940070d9e2..409865513d467a11e2730a18cc5c26d73b51adb6 100755 (executable)
@@ -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.'