From 1e18ad9d38e0cf6e0e37d3c1ad66eace2bb82003 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 8 Feb 2015 10:57:48 +0100 Subject: tests: Fix php dev server being slow Signed-off-by: Florian Pritz --- run-tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 6c4ed2701..601ce872c 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -2,9 +2,7 @@ # # This runs the testsuite # -# If you have a local webserver call this script with it's URL. Otherwise the -# php dev server is used and that slows down tests a lot. -# +# If you have a local webserver you can call this script with it's URL. startdir="$(dirname "$0")" url="" -- cgit v1.2.3-24-g4f1b