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
Laurent Indermuehle
0dcfe027b0
make: Add a Dockerfile to build mgmt for Fedora
2023-07-11 14:26:02 +02:00
James Shubin
7153fe5ad2
test: Skip intermittent tests
...
It would be great to fix some rare races or debug what's wrong in CI,
but for now let's get rid of these fails so that we can get better data
for when we break something more serious. We'll need to revisit all of
this for sure.
2021-02-19 21:17:57 -05: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
Johan Bloemberg
f7a06c1da9
etcd: Connection options (socket file, ipv6)
...
- Allow unix domain socket to be used as client url
- Using ::1 as clienturl should not create default local ipv4 listener
- Add shell tests
2019-02-13 18:55:20 +01:00