diff options
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="" |