show URL with port for widgets test index page:
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 7 Jul 2015 14:29:56 +0000 (16:29 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 7 Jul 2015 14:29:56 +0000 (16:29 +0200)
$ make help-url

Please check now: http://localhost:4040/test/widgets/index.html

test/widgets/Makefile

index 800ea5c..ddb5a77 100644 (file)
@@ -9,6 +9,7 @@ MD5=    $(shell which md5 md5sum)
 TESTS= koha demos mike # koha.url
 TIMEOUT=4
 PREFIX=        test
 TESTS= koha demos mike # koha.url
 TIMEOUT=4
 PREFIX=        test
+APACHE_PORT:= $(shell echo $${APACHE_PORT-4040})
 
 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
 PHANTOMJS_URL= http://www.indexdata.com/
 
 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
 PHANTOMJS_URL= http://www.indexdata.com/
@@ -42,7 +43,7 @@ screenshots: clean estimate-time iframe
 
 help-url:
        @echo ""
 
 help-url:
        @echo ""
-       @echo "Please check now: http://localhost/test/widgets/index.html"
+       @echo "Please check now: http://localhost:${APACHE_PORT}/test/widgets/index.html"
 
 estimate-time:
        @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}') * 0.5, "seconds" }'
 
 estimate-time:
        @wc -l url.* | tail -n1 | awk '{print "Estimeate run time: " $$1 * (1 + '${TIMEOUT}') * 0.5, "seconds" }'