From 2d1862be2d5c172816dfb66f3eb110419d0186c8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 18 Jul 2015 20:13:10 +0200 Subject: tests: Run from ./public_html Signed-off-by: Florian Pritz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b