Karpfen
7e8ced534f
misc: Use /usr/bin/env for a more generic shebang
...
Use path based SHELL in Makefiles. It was suggested that this is a
better solution for make for cases when there is no /usr/bin/env.
See: https://github.com/purpleidea/mgmt/pull/694#discussion_r1015596204
2025-03-22 14:53:21 -04:00
James Shubin
43839d1090
all: Switch the --lang syntax to use argv instead
...
It was a bit awkward using `mgmt run lang --lang <input>` so instead, we
now drop the --lang, and read the positional argv for the input.
This also does the same for the --yaml frontend.
2019-05-05 11:10:47 -04:00
James Shubin
0d0d48d9f6
test: Shell tests should use unified timeout command
2019-02-24 12:28:59 -05:00
James Shubin
ccad6e7e1a
test: Enable and fix up some more tests
...
An unstable engine probably masked some of these issues.
2019-02-24 12:28:59 -05:00
James Shubin
88498695ac
test: Add a semaphore shell test
...
This test tests new language features and as a fan in-out graph.
2019-01-17 19:21:56 -05:00