From 674f7a49e8e5b7331fce209a70ccf67afae285c9 Mon Sep 17 00:00:00 2001 From: Alain Peyrat Date: Mon, 28 Nov 2011 21:50:22 +0000 Subject: [PATCH] Clean test suite. --- tests/scripts/phpunit.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/phpunit.sh b/tests/scripts/phpunit.sh index 0ff617b370..0658e54145 100755 --- a/tests/scripts/phpunit.sh +++ b/tests/scripts/phpunit.sh @@ -78,7 +78,7 @@ EOF retcode=0 echo "This will run phpunit tests" killall -9 java -rm -f /var/log/selenium.log +cat /dev/null >/var/log/selenium.log PATH=/usr/lib/iceweasel:$PATH export PATH LANG=C java -jar $FORGE_HOME/tests/selenium-server.jar -browserSessionReuse -singleWindow >/var/log/selenium.log & @@ -88,7 +88,6 @@ do sleep 1 done -#LANG=C java -jar selenium-server.jar -singleWindow >/dev/null & cd tests phpunit --verbose --log-junit $SELENIUM_RC_DIR/phpunit-selenium.xml $@ $testsuite || retcode=$? cd .. -- 2.30.2