CLI syntax unified per a mix of man/GNU/IBM command syntax guides.
include testdata moved to gitops immediately prior to the exec - the only place that uses the consts.
I'm a bit confused as to how the TestData const is used. It lives only inside the when MockupRun which is, in turn, set by atlasTests define, which I don't see being set anywhere. Shouldn't nim test task set this define?
include testdata
moved to gitops immediately prior to theexec
- the only place that uses the consts.I'm a bit confused as to how the
TestData
const is used. It lives only inside thewhen MockupRun
which is, in turn, set byatlasTests
define, which I don't see being set anywhere. Shouldn'tnim test
task set this define?