From e73517315cf3536307552f6400a5abfb4c2b3322 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 13:35:18 -0700 Subject: [PATCH] suppress test-project-port.rkt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doesn’t work with GH actions consistently --- pollen/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen/info.rkt b/pollen/info.rkt index cbfbc95..3952e58 100644 --- a/pollen/info.rkt +++ b/pollen/info.rkt @@ -4,6 +4,6 @@ (define raco-commands '(("pollen" (submod pollen/private/command raco) "issue Pollen command" #f))) (define compile-omit-paths '("test" "tools" "server-extras" "scribblings/third-tutorial-files")) ;; it's redundant to test "pollen.scrbl" because it incorporates the other scribble sources by reference -(define test-omit-paths '("test/data" "tools" "server-extras" "scribblings/third-tutorial-files")) +(define test-omit-paths '("test/data" "tools" "server-extras" "scribblings/third-tutorial-files" "test/test-project-port.rkt")) ;; don't put #"p" in this list because it's not a #lang (define module-suffixes '(#"pp" #"pm" #"pmd" #"ptree"))