tests/AllTests.php -text
tests/CDXCentos52Tests.php -text
tests/DEBDebian60Tests.php -text
-tests/RPMCentos52Tests.php -text
+tests/RPMCentosTests.php -text
tests/SeleniumTests.php -text
tests/TarCentos52Tests.php -text
tests/build/documentation/DocumentationTest.php -text
require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'func/Testing/RPMSeleniumRemoteSuite.php';
-class RPMCentos52Tests
+class RPMCentosTests
{
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 RPMCentos52Tests.php" || retcode=$?
+ ssh -X root@$HOST "$FORGE_HOME/tests/scripts/phpunit.sh RPMCentosTests.php" || retcode=$?
rsync -av root@$HOST:/var/log/ $WORKSPACE/reports/
else
echo "No display is available, NOT RUNNING TESTS"
else
echo "You must give the testsuite to run :"
echo " - DEBDebian60Tests.php"
- echo " - RPMCentos52Tests.php"
+ echo " - RPMCentosTests.php"
echo " - TarCentos52Tests.php"
fi
if [ "x$testsuite" = "x" ]