commit:fbac109aff440f2ecc8a4bc995ab2e2d3d4d675b
author:Chip Black
committer:Chip Black
date:Mon Aug 18 01:28:41 2008 -0500
parents:f52b7e77341e6a16c3f281f57a5884cd7449e56f
Write program output to checkstatus file
diff --git a/runcheckdir.pl b/runcheckdir.pl
line changes: +2/-0
index 5f07d21..4964a4c
--- a/runcheckdir.pl
+++ b/runcheckdir.pl
@@ -93,4 +93,6 @@ if ($exitstatus != $oldstatus) {
 
 open STATUS, ">$dir/checkstatus";
 print STATUS "$exitstatus\n";
+print STATUS "$status\n";
+print STATUS "$details\n";
 close STATUS;