diff options
author | hershey <hershey@noemail.net> | 1998-12-07 23:33:53 (GMT) |
---|---|---|
committer | hershey <hershey@noemail.net> | 1998-12-07 23:33:53 (GMT) |
commit | 83d9434cf9db58c23a9efdfb5bc7b334d893fbc1 (patch) | |
tree | 14273ae1756ea36a83d1b6ad3c03e6830622b07a | |
parent | 9beac95768fe983faaf431b813f38821c9aaf0eb (diff) | |
download | tcl-83d9434cf9db58c23a9efdfb5bc7b334d893fbc1.zip tcl-83d9434cf9db58c23a9efdfb5bc7b334d893fbc1.tar.gz tcl-83d9434cf9db58c23a9efdfb5bc7b334d893fbc1.tar.bz2 |
added pkg and pkg1 to list of files to copy to the current working dir, if
the cwd is not tk8.0/tests
FossilOrigin-Name: 17657dab50c85752f1a6d8e1d03ff4f16c303239
-rw-r--r-- | tests/all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ # tests. Execute it by invoking "source all" when running tclTest # in this directory. # -# RCS: @(#) $Id: all,v 1.4 1998/12/04 04:18:20 hershey Exp $ +# RCS: @(#) $Id: all,v 1.5 1998/12/07 23:33:53 hershey Exp $ set TESTS_DIR [file join [pwd] [file dirname [info script]]] source [file join $TESTS_DIR defs] set currentDir [pwd] catch {array set flag $argv} -set requiredSourceFiles [list autoMkindex.tcl remote.tcl defs] +set requiredSourceFiles [list autoMkindex.tcl remote.tcl defs pkg pkg1] # # Set the TMP_DIR to pwd or the arg of -tmpdir, if given. |