[Fai-commit] r4980 - trunk/lib/setup-storage

lange at alioth.debian.org lange at alioth.debian.org
Fri Jun 13 12:20:15 UTC 2008


Author: lange
Date: 2008-06-13 12:20:12 +0000 (Fri, 13 Jun 2008)
New Revision: 4980

Modified:
   trunk/lib/setup-storage/Exec.pm
Log:
print the command that will be executed


Modified: trunk/lib/setup-storage/Exec.pm
===================================================================
--- trunk/lib/setup-storage/Exec.pm	2008-06-13 11:03:33 UTC (rev 4979)
+++ trunk/lib/setup-storage/Exec.pm	2008-06-13 12:20:12 UTC (rev 4980)
@@ -280,6 +280,7 @@
       and print "(CMD) $command 1> $stdout_filename 2> $stderr_filename\n";
 
     # execute the bash command, write stderr and stdout into the testfiles
+    print "Executing: $command\n";
     `$command 1> $stdout_filename 2> $stderr_filename`;
     ( ($?>>8) ne 0 ) and warn "Command $command had exit code " . ($?>>8) . "\n";
   } else {




More information about the Fai-commit mailing list