Whamcloud - gitweb
Revert my use of the configure_flags macro in the lustre.spec file and just
[fs/lustre-release.git] / build / update_oldconfig
index 6447134..175fa4a 100755 (executable)
@@ -1,5 +1,8 @@
 #!/usr/bin/expect -f
 
+#enables some diagnostic output
+exp_internal 1
+
 # log all interaction to a file to diagnose failures
 log_file -a [lindex $argv 0]
 
@@ -15,7 +18,7 @@ set timeout 30
 
 expect {
     timeout {
-        puts "timeout"
+        puts "timeout in update_oldconfig waiting for a prompt we recognize"
         exit 1
     }
     -re "\n *(\[^\n]* \\\[N\/y\/\\?] \\(NEW\\)) " {