summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-07-18 20:13:10 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-07-18 20:13:10 +0200
commit2d1862be2d5c172816dfb66f3eb110419d0186c8 (patch)
tree74803c41ab1409629b98e983003aed37120e6a04
parent0156cd6ab92216292213e13b901b081c5cee29d1 (diff)
tests: Run from ./public_html0.9.4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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;