From 51e7a3cf9cafa810c3ce4073fb74f89f0e9a2cb6 Mon Sep 17 00:00:00 2001 From: SergioB Date: Thu, 22 May 2014 10:59:14 +0300 Subject: [PATCH] Correct hxml to build test sites It seems that testsites.hxml is the correct script to build the test sites, while requestresponsetester.hxml builds the tests. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c41fef8..f61f3a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ __Possible Future Platforms__: Set up the sites and run them ``` -haxe requestresponsetester.hxml +haxe testsites.hxml cd out/neko_nocache/ nekotools server -rewrite ``` @@ -61,4 +61,4 @@ neko out/requestresponsetester.n http://localhost:2000/ out/neko_nocache/ Combined with the `.htaccess` files in the `out/` directories, this will enable you to test each of the apache-based platforms. -See `runscripts` for example usage with this setup. \ No newline at end of file +See `runscripts` for example usage with this setup.