From b421c5d74c06b8dc89643fe48e735f07ca2ade11 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 8 Aug 2024 16:56:15 -0300 Subject: src/lib.go: Do not exit on conn error --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88ad35a..17bcd03 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ integration-tests = \ tests/cli-opts.sh \ tests/integration.sh \ +.PRECIOUS: $(integration-tests) $(integration-tests): $(NAME).bin $(integration-tests): ALWAYS sh $@ -- cgit v1.2.3