[Fusionforge-commits] r7367 - trunk/tests/build/packages

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Apr 7 20:55:44 CEST 2009


Author: aljeux
Date: 2009-04-07 20:55:43 +0200 (Tue, 07 Apr 2009)
New Revision: 7367

Modified:
   trunk/tests/build/packages/BuildTests.php
Log:
Fixed typo in build test

Modified: trunk/tests/build/packages/BuildTests.php
===================================================================
--- trunk/tests/build/packages/BuildTests.php	2009-04-07 16:54:39 UTC (rev 7366)
+++ trunk/tests/build/packages/BuildTests.php	2009-04-07 18:55:43 UTC (rev 7367)
@@ -3,9 +3,9 @@
 require_once 'PHPUnit/Framework/TestCase.php';
 
 /**
- * Syntax test class.
+ * Packaging tests (tarball, debian, rpm).
  *
- * @package   SyntaxTests
+ * @package   PackagesTests
  * @author    Alain Peyrat <aljeux at free.fr>
  * @copyright 2009 Alain Peyrat. All rights reserved.
  * @license   http://www.opensource.org/licenses/gpl-license.php  GPL License
@@ -27,7 +27,7 @@
     {
 	    $tests = dirname( dirname( dirname( dirname (__FILE__)))); 
 	    $base = dirname( $tests );
-	    system("cd ..; make -f Makefile.deban BUILDRESULT=$base/build/packages all", $retval);
+	    system("cd ..; make -f Makefile.debian BUILDRESULT=$base/build/packages all", $retval);
 	    $this->assertEquals(0, $retval);
     }
 




More information about the Fusionforge-commits mailing list