[Fai-commit] r5469 - trunk/lib

Thomas Lange lange at alioth.debian.org
Tue Jul 21 16:55:52 UTC 2009


Author: lange
Date: 2009-07-21 16:55:51 +0000 (Tue, 21 Jul 2009)
New Revision: 5469

Modified:
   trunk/lib/subroutines
Log:
fix task name test -> tests


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2009-07-21 16:36:32 UTC (rev 5468)
+++ trunk/lib/subroutines	2009-07-21 16:55:51 UTC (rev 5469)
@@ -408,7 +408,7 @@
     fai-do-scripts $FAI/scripts
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-task_test() {
+task_tests() {
 
     if [ -d $FAI/tests ]; then
 	fai-do-scripts $FAI/tests
@@ -485,7 +485,7 @@
     task instsoft
     task configure
     task finish
-    task test
+    task tests
     task chboot
 
     rm -f $stamp




More information about the Fai-commit mailing list