r5548 - trunk/varnish-cache/bin/varnishtest

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Nov 16 16:09:50 CET 2010


Author: tfheen
Date: 2010-11-16 16:09:50 +0100 (Tue, 16 Nov 2010)
New Revision: 5548

Modified:
   trunk/varnish-cache/bin/varnishtest/Makefile.am
Log:
Stop using the auto* test driver and enable varnishtest's -j option

Default to a parallelism of 3, and just use our own test driver


Modified: trunk/varnish-cache/bin/varnishtest/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishtest/Makefile.am	2010-11-16 14:39:16 UTC (rev 5547)
+++ trunk/varnish-cache/bin/varnishtest/Makefile.am	2010-11-16 15:09:50 UTC (rev 5548)
@@ -1,7 +1,11 @@
 # $Id$
 
-TESTS_ENVIRONMENT = ./varnishtest
-TESTS = $(srcdir)/tests/*.vtc
+TESTS_PARALLELISM = 3
+check: varnishtest
+	./varnishtest -j$(TESTS_PARALLELISM) $(srcdir)/tests/*.vtc
+	@echo "==================="
+	@echo "All tests succeeded"
+	@echo "==================="
 
 DISTCLEANFILES = _.ok
 




More information about the varnish-commit mailing list