[master] 9bc12a0 /usr/bin/time is not portable.

Poul-Henning Kamp phk at FreeBSD.org
Fri Nov 18 14:35:05 CET 2016


commit 9bc12a0bd2d749a829a8baaa89bd7fff1bd74887
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Nov 18 13:33:54 2016 +0000

    /usr/bin/time is not portable.

diff --git a/tools/vtest.sh b/tools/vtest.sh
index d61ec33..d5f43f7 100644
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -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 () (



More information about the varnish-commit mailing list