Commit 9bc12a0b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

/usr/bin/time is not portable.

parent a5352109
......@@ -60,13 +60,13 @@ autogen () (
set -e
cd varnish-cache
nice make distclean > /dev/null 2>&1 || true
nice /usr/bin/time sh autogen.des
nice sh autogen.des
)
makedistcheck () (
set -e
cd varnish-cache
nice /usr/bin/time make distcheck
nice make distcheck
)
failedtests () (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment