Brennan Kinney
a9d6e329cd
tests(fix): process_check_restart.bats
- Run pgrep
within the actual container ( #3553 )
...
This was missed during original review.
On a linux host, processes running within a container have been visible via commands like `pgrep`. This is does not appear to be the case with WSL2 + Docker Desktop (Windows), resulting in test failure.
The command should have been run from within the container regardless.
2023-09-28 14:37:15 +02:00
Casper
8bfe8424fc
Change 'for' style ( #3368 )
2023-05-26 14:00:40 +02:00
Casper
cf74127f78
change if style ( #3361 )
2023-05-24 09:06:59 +02:00
Georg Lauterbach
abd72b6f10
ci: fix ShellCheck linting for BATS tests ( #3347 )
...
* updated `lint.sh` to lint BATS (again)
* fix linting errors
2023-05-23 14:33:58 +00:00
Georg Lauterbach
c461dabe9e
docs/misc: update to align with Docker Compose v2 ( #3295 )
...
* rename: `docker-compose.yml` => `compose.yaml`
* rename: `docker-compose` => `docker compose`
2023-05-10 11:02:44 +02:00
Georg Lauterbach
ae05e6a7c3
tests: improve _send_email
( #3105 )
2023-02-24 10:44:18 +01:00
Georg Lauterbach
35692a9111
ci: refactored sedfile
& used _send_mail
where possible ( #3103 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2023-02-22 10:26:04 +01:00
Georg Lauterbach
e6dee0f2f1
ci: move tests than can be run in parallel now ( #3038 )
2023-01-30 09:19:47 +01:00