From a6cc31db236ba13a3d246721a339f664518f5f51 Mon Sep 17 00:00:00 2001 From: Julien Chanseaume Date: Mon, 11 Aug 2014 14:36:25 +0200 Subject: [PATCH] changed some paths --- run-tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index b55ccf7aa..61861e487 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -8,4 +8,7 @@ phpunit echo "CasperJS" cd ../casperjs -"DISPLAY=:99.0 ./bin/casperjs test ../thelia/tests/functionnal/casperjs/exe/front/ --pre=../thelia/tests/functionnal/casperjs/conf/local.js --verbose --thelia2_base_url='http://localhost:8000/index.php/' --thelia2_screenshot_path='../thelia/tests/functionnal/casperjs/screenshot/'" +export DISPLAY=:99.0 +pwd +ls -la +./bin/casperjs test ../thelia/tests/functionnal/casperjs/exe/front/ --pre=../thelia/tests/functionnal/casperjs/conf/local.js --verbose --thelia2_base_url="http://localhost:8000/index.php/" --thelia2_screenshot_path="../thelia/tests/functionnal/casperjs/screenshot/"