tobijk / caius

A functional testing framework in object-oriented Tcl
MIT License
26 stars 5 forks source link

RFE: use the tclsh invoking install.tcl as the Tcl installation where caius is to be installed #6

Closed apnadkarni closed 9 years ago

apnadkarni commented 9 years ago

Currently, the caius install searches the PATH for a suitable tcl shell. I wonder if instead it should default the installation based on the tclsh used to run install.tcl (ie. info nameofexecutable). Then if that does not fit the bill, move on to searching the path as is currently done.

If you agree, I'll implement and issue a pull.

/Ashok

tobijk commented 9 years ago

Yeah, that makes a lot of sense, especially for Windows. It should still test that shell for available features.

tobijk commented 9 years ago

This was merged into master. Thanks a lot.