From mboxrd@z Thu Jan 1 00:00:00 1970 From: guo@sourceware.cygnus.com To: src-cvs@sourceware.cygnus.com Subject: src/dejagnu ChangeLog runtest.exp lib/utils.exp Date: Wed, 02 Aug 2000 15:35:00 -0000 Message-id: <20000802223510.9064.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q3/msg00036.html List-Id: CVSROOT: /cvs/src Module name: src Changes by: guo@sourceware.cygnus.com 2000-08-02 15:35:10 Modified files: dejagnu : ChangeLog runtest.exp dejagnu/lib : utils.exp Log message: * runtest.exp: Handle multiple directories in TCL variables dir_to_run and cmdline_dir_to_run; limit *.exp find to one directory level to avoid foo/bar/baz.exp getting tested twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar'). * lib/utils.exp (find): Add support for a -maxdepth option to limit find to directories deep. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/dejagnu/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/dejagnu/runtest.exp.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/dejagnu/lib/utils.exp.diff?cvsroot=src&r1=1.1.1.1&r2=1.2