diff options
author | EuAndreh <eu@euandre.org> | 2023-07-01 06:12:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-01 06:12:55 -0300 |
commit | e905bf4d16aebf8f5a0114f1b548030e6213afa3 (patch) | |
tree | b2b19dd2fc8770178cdc70d890a154c1cb80cbf6 | |
parent | opt/tests/assert-running-service.sh: Adapt string check (diff) | |
download | dotfiles-e905bf4d16aebf8f5a0114f1b548030e6213afa3.tar.gz dotfiles-e905bf4d16aebf8f5a0114f1b548030e6213afa3.tar.xz |
Makefile: Run opt checks individually
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ check-dirty-pass: fi check-opt: - find opt/tests/ -name '*.sh' -exec sh {} + + find opt/tests/ -name '*.sh' -exec sh {} ';' check-pod: podchecker bin/z |