You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/02/09 21:35:24 UTC

svn commit: r1729451 - /httpd/test/mod_h2/trunk/Makefile.am

Author: icing
Date: Tue Feb  9 20:35:24 2016
New Revision: 1729451

URL: http://svn.apache.org/viewvc?rev=1729451&view=rev
Log:
forcing h2 in h2tx tests

Modified:
    httpd/test/mod_h2/trunk/Makefile.am

Modified: httpd/test/mod_h2/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/Makefile.am?rev=1729451&r1=1729450&r2=1729451&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/Makefile.am (original)
+++ httpd/test/mod_h2/trunk/Makefile.am Tue Feb  9 20:35:24 2016
@@ -174,7 +174,7 @@ h2cload: \
 h2tx: \
 		$(SERVER_DIR)/.test-setup \
         $(GEN)/load-urls-1.txt
-	$(H2LOAD) -c 8 -t 8 -n 1000 -m 1 https://$(HTTPS_AUTH_2)/005.txt
+	$(H2LOAD) -c 8 -t 8 -n 1000 -m 1 --npn-list=h2 https://$(HTTPS_AUTH_2)/005.txt
 	$(H2LOAD) -c 8 -t 8 -n 1000 -m 1 http://$(HTTP_AUTH)/005.txt
 
 ################################################################################