[Bash-completion-commits] [SCM] bash-completion branch, master, updated. ba419108b7fdb94f2b28a405a1dd074d862b7114

Freddy Vulto fvulto at gmail.com
Mon Sep 20 20:56:21 UTC 2010


The following commit has been merged in the master branch:
commit ba419108b7fdb94f2b28a405a1dd074d862b7114
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Mon Sep 20 22:54:22 2010 +0200

    (testsuite) Comment multipass_name

diff --git a/test/lib/library.exp b/test/lib/library.exp
index eaafcbc..ffabefc 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -33,6 +33,7 @@ proc assert_bash_exec {{aCmd ""} {title ""} {prompt /@} {out -1}} {
         ]
     ]
     if {$out == -1 && [string length $results] > 0} {
+        # Is DejaGnu fully initialized, i.e. is "fail" method available?
         if {[info exists multipass_name]} {
             fail "ERROR Unexpected output from bash command \"$title\""
         }
@@ -44,6 +45,7 @@ proc assert_bash_exec {{aCmd ""} {title ""} {prompt /@} {out -1}} {
     expect {
         -ex "$cmd\r\n0\r\n$prompt" {}
         $prompt {
+            # Is DejaGnu fully initialized, i.e. is "fail" method available?
             if {[info exists multipass_name]} {
                 fail "ERROR executing bash command \"$title\""
             }

-- 
bash-completion



More information about the Bash-completion-commits mailing list