2001-11-02 Philip A. Wilsey <philip.wilsey@cliftonlabs.com>
authorRob Savoye <rob@welcomehome.org>
Fri, 2 Nov 2001 17:30:19 +0000 (17:30 +0000)
committerRob Savoye <rob@welcomehome.org>
Fri, 2 Nov 2001 17:30:19 +0000 (17:30 +0000)
* lib/utils.exp: Need to pass -all to getdirs, so it descends
through all the subdirectories.

ChangeLog
lib/utils.exp

index 86f3aaa..9412231 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2001-10-06  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
+2001-11-02  Philip A. Wilsey  <philip.wilsey@cliftonlabs.com>
+       * lib/utils.exp: Need to pass -all to getdirs, so it descends
+       through all the subdirectories.
+       
+2001-10-08  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
 
-       * Check for Makefile style arguments in the second pass, but
-       ignore them, so they don't become invalid arguments.
+        * runtest.exp: Don't fail at processing Makefile style args in the
+        second command line parsing pass. Actually, skip them in this pass
+        since they are already processed in the first one for possible use
+        by init scripts.
 
 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
 
index eaebdb9..2a13d02 100644 (file)
@@ -105,7 +105,7 @@ proc find { rootdir pattern } {
            break
        }
        foreach i $tmp {
-           set j [getdirs $i]
+           set j [getdirs -all $i]
            if ![string match "" $j] {
                append dirs "$j "
                set rootdir $j