]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: Do not hide squid-conf-tests errors (#1227)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 16 Jan 2023 20:28:49 +0000 (20:28 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 16 Jan 2023 20:28:57 +0000 (20:28 +0000)
These "make installcheck" failures were ignored since commit 5992004.

test-suite/Makefile.am

index 8e806d433edc890d4c608e44e6aaa7734146fe14..5fbdc5ecbf41f509d4cb11947d868281a59e1aa0 100644 (file)
@@ -152,6 +152,6 @@ squid-conf-tests: $(srcdir)/test-squid-conf.sh $(top_builddir)/src/squid.conf.de
                                sed s%$(srcdir)/squidconf/%% ; \
                else break; fi; \
        done; \
-       if test "$$failed" -eq 0; then cp $(TRUE) $@ ; fi
+       if test "$$failed" -eq 0; then cp $(TRUE) $@ ; else exit 1; fi
 
 CLEANFILES += squid-conf-tests squid-stderr.log