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/"