Open
Description
For #6
Need the following upgrades:
- Add flag to set ignoring of script exit code (--ignore-script-exit-code)
- Capture runname in pfrun
- handle multiple pfruns (the use of multiple pfruns may be limited to test cases, but this is very easy to handle)
- Better handle other tcl commands in one of two ways:
a. comment any lines that do not start with a set or pfset command (easy, but ignores possible input effects which may be necessary to calculate parameters).
b. individually handle pf* commands (tedious, prone to breaking, but potential to handle input effects)