Aurélien Cedeyn

Results 12 comments of Aurélien Cedeyn

Reproduced without SKIPPED services: ``` $ cat conf/bad_retcode/example.yaml services: foo: desc: Simplest service foo actions: test: cmd: /bin/false bar: desc: Simplest service bar require_weak: [ foo ] actions: test: cmd:...

Here it is : ``` $ cat conf/bad_retcode/example.yaml services: foo: desc: Simplest service foo target: localhost actions: test: cmd: /bin/false bar: desc: Simplest service bar target: localhost require_weak: [ foo...