From e905bf4d16aebf8f5a0114f1b548030e6213afa3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jul 2023 06:12:55 -0300 Subject: Makefile: Run opt checks individually --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e27a0bb..6b6518f 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3