in reply to Re^2: Test::More command-line arguments?
in thread Test::More command-line arguments?
...but is there a way I can pass command-line arguments if I use prove instead? I would like to have the statistics prove provides if possible.$ perl t.t one two three 1..1 $ARGV = [ 'one', 'two', 'three' ]; ok 1 - placeholder $
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Test::More command-line arguments?
by sbohning (Initiate) on Oct 14, 2021 at 21:39 UTC |