[master] c288891 Fix the parallell make check
Martin Blix Grydeland
martin at varnish-cache.org
Mon Jul 16 12:37:47 CEST 2012
commit c2888919964c0498c511db5e7158244e15771eab
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Mon Jul 16 12:37:17 2012 +0200
Fix the parallell make check
diff --git a/bin/varnishtest/Makefile.am b/bin/varnishtest/Makefile.am
index ec68889..9287b3c 100644
--- a/bin/varnishtest/Makefile.am
+++ b/bin/varnishtest/Makefile.am
@@ -5,7 +5,8 @@ TEST_EXTENSIONS = .vtc
TESTS = @VTC_TESTS@
# Make sure we run check-local first
-check: check-local check-am
+check: check-am check-local
+check-am: check-local
# See if list of checks have changed, recheck
check-local:
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "@VTC_TESTS@" ]; then \
More information about the varnish-commit
mailing list