[Fai-commit] r5467 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Tue Jul 21 10:35:32 UTC 2009


Author: lange
Date: 2009-07-21 10:35:23 +0000 (Tue, 21 Jul 2009)
New Revision: 5467

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines
Log:
  fill task_tests with code, execute tests before task chboot

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-07-20 22:29:20 UTC (rev 5466)
+++ trunk/debian/changelog	2009-07-21 10:35:23 UTC (rev 5467)
@@ -1,4 +1,4 @@
-fai (3.2.22~beta2) unstable; urgency=low
+fai (3.2.23~beta1) unstable; urgency=low
 
   [ Thomas Lange ]
   * subroutines-linux: fix log message
@@ -6,7 +6,7 @@
     if NEXTTEST is used, define a class for next reboot. Thanks to
     Sebastian Hetze for this patch.
   * subroutines: do not unset the functions task_$taskname after use
-    fill task_tests with code
+    fill task_tests with code, execute tests before task chboot
   * fai-class: add string warning to message
   * task_sysinfo: call blkid on all disks
   * fcopy.8: improve info for calling postinst

Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2009-07-20 22:29:20 UTC (rev 5466)
+++ trunk/lib/subroutines	2009-07-21 10:35:23 UTC (rev 5467)
@@ -485,12 +485,12 @@
     task instsoft
     task configure
     task finish
+    task test
     task chboot
 
     rm -f $stamp
     # save again, because new messages could be created
     save_dmesg
-    task test
     task savelog
 
     if [ -f $stamp ]; then




More information about the Fai-commit mailing list