OSDN Git Service

* runtest.exp: Handle multiple directories in TCL variables
authorguo <guo>
Wed, 2 Aug 2000 22:35:10 +0000 (22:35 +0000)
committerguo <guo>
Wed, 2 Aug 2000 22:35:10 +0000 (22:35 +0000)
commite46eadf09b2ab79d59d0cc50b6a8372c8843c031
tree8cdd5b97c6c15727165588f1843d4e35e58e7206
parent5115a7875f494d398a28d89925c62bd8950dfbe3
* 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 <n>
option to limit find to <n> directories deep.
dejagnu/ChangeLog
dejagnu/lib/utils.exp
dejagnu/runtest.exp