diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-02-08 10:57:48 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-02-08 10:57:48 +0100 |
commit | 1e18ad9d38e0cf6e0e37d3c1ad66eace2bb82003 (patch) | |
tree | 589d6829e6eb0742f59b07ea976f4a290f96fa0e /run-tests.sh | |
parent | c302c5cc0143d96391aa544c15e4e0b64cba1182 (diff) |
tests: Fix php dev server being slow
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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="" |