diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-20 08:56:36 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 5ac4d2aa95b25af1f6eeab7d53c18093396d200c (patch) | |
| tree | 1c932cd7c21210667e024030a6e5c722b377c371 | |
| parent | 26ff37f6bb5d0712df38040a1d47b43ca4866a70 (diff) | |
make test run optional
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | buetow.org.sh | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -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 |
