From 1d524cde91bedfc7281268d2e6af959d942e169d Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 2 Nov 2001 17:30:19 +0000 Subject: [PATCH] 2001-11-02 Philip A. Wilsey * lib/utils.exp: Need to pass -all to getdirs, so it descends through all the subdirectories. --- ChangeLog | 12 +++++++++--- lib/utils.exp | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86f3aaa..9412231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2001-10-06 Gwenole Beauchesne +2001-11-02 Philip A. Wilsey + * lib/utils.exp: Need to pass -all to getdirs, so it descends + through all the subdirectories. + +2001-10-08 Gwenole Beauchesne - * 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 diff --git a/lib/utils.exp b/lib/utils.exp index eaebdb9..2a13d02 100644 --- a/lib/utils.exp +++ b/lib/utils.exp @@ -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 -- 2.7.4