From f1bd8beb0f635e5300f26b56f267b29a1e306fa4 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Fri, 20 Oct 2023 22:14:28 +0300 Subject: [PATCH] nyxt.asd: Silence CCL failing test. --- nyxt.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nyxt.asd b/nyxt.asd index 3f4d3f274407..378e7f8407be 100644 --- a/nyxt.asd +++ b/nyxt.asd @@ -281,7 +281,8 @@ The renderer is configured from NYXT_RENDERER or `*nyxt-renderer*'.")) :defsystem-depends-on ("nasdf") :class :nasdf-compilation-test-system :depends-on (nyxt) - :packages (:nyxt)) + :packages (:nyxt) + :undocumented-symbols-to-ignore (:external-editor-program)) ;; TODO: Test that Nyxt starts and that --help, --version work. (defsystem "nyxt/tests"