tests/DEBDebian60Tests.php -text
tests/RPMCentosTests.php -text
tests/SeleniumTests.php -text
-tests/TarCentos52Tests.php -text
+tests/TarCentosTests.php -text
tests/build/documentation/DocumentationTest.php -text
tests/build/packages/BuildTest.php -text
tests/code/deprecations/DeprecationsTest.php -text
require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'func/Testing/TarSeleniumRemoteSuite.php';
-class TarCentos52Tests
+class TarCentosTests
{
public static function main()
{
echo "Run phpunit test on $HOST in $FORGE_HOME"
if xterm -e "sh -c exit" 2>/dev/null
then
- ssh -X root@$HOST "$FORGE_HOME/tests/scripts/phpunit.sh TarCentos52Tests.php" || retcode=$?
+ ssh -X root@$HOST "$FORGE_HOME/tests/scripts/phpunit.sh TarCentosTests.php" || retcode=$?
rsync -av root@$HOST:/var/log/ $WORKSPACE/reports/
else
echo "No display is available, NOT RUNNING TESTS"
if $REMOTESELENIUM
then
echo "Run phpunit test on $HOST"
- ssh -X root@$HOST "tests/scripts/phpunit.sh TarCentos52Tests.php" || retcode=$?
+ ssh -X root@$HOST "tests/scripts/phpunit.sh TarCentosTests.php" || retcode=$?
else
cd tests
- phpunit --log-junit $WORKSPACE/reports/phpunit-selenium.xml TarCentos52Tests.php || retcode=$?
+ phpunit --log-junit $WORKSPACE/reports/phpunit-selenium.xml TarCentosTests.php || retcode=$?
cd ..
fi
if [ "x$SELENIUM_RC_DIR" != "x" ]
echo "You must give the testsuite to run :"
echo " - DEBDebian60Tests.php"
echo " - RPMCentosTests.php"
- echo " - TarCentos52Tests.php"
+ echo " - TarCentosTests.php"
fi
if [ "x$testsuite" = "x" ]
then