From 5ac4d2aa95b25af1f6eeab7d53c18093396d200c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 20 May 2021 08:56:36 +0100 Subject: make test run optional --- README.md | 2 +- buetow.org.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5ee372b7..5c204626 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Have a look at the `content-*` branches of this buetow.org Git project for sourc * Text editor: [Vim](https://www.vim.org) * Gemini server: [a-h/gemini](https://github.com/a-h/gemini) * Some Bash scripting (GNU Bash probably 5.x or higher required) -* ShellCheck is also required, otherwise `buetow.org.sh` refuses to do anything :-) +* ShellCheck (if you want to run the tests) * Web server: [Apache HTTPD](https://httpd.apache.org) (for "normal" HTML site) # Getting started diff --git a/buetow.org.sh b/buetow.org.sh index a1f312b6..29eadbd0 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -87,16 +87,10 @@ main () { md::test ;; --feed) - assert::shellcheck - html::test - md::test gemfeed::generate atomfeed::generate ;; --generate) - assert::shellcheck - html::test - md::test gemfeed::generate atomfeed::generate generate::fromgmi html md -- cgit v1.2.3