summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 52c11d943..23dd74ac4 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -33,7 +33,7 @@ cleanup() {
php index.php tools drop_all_tables
}
-php -S "$ip:$port" 2>/dev/null 1>&2 &
+php -S "$ip:$port" -t public_html 2>/dev/null 1>&2 &
while ! curl -s "$url" >/dev/null; do
sleep 0.1;