3d14504e62
Bats' 'run' helper is not necessary to merely check if a command succeeded or not [1]. It also complicates using pipes to feed the output of 'podman logs' into grep(1) [1]. In this case, it's idiomatic to pipe the 'output' directly to grep(1) and use it as the condition for an 'if' branch. [1] https://bats-core.readthedocs.io/en/stable/writing-tests.html https://github.com/containers/toolbox/pull/1367 |
||
---|---|---|
.. | ||
system | ||
meson.build |