summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo__flags.txt
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-27 16:07:56 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-27 16:56:54 +0200
commit273d9f69a6cb46ce632b340ebb1191e2e083323b (patch)
tree00c6ff81b1942e10f3aa9c06ca729317f55246bf /testscripts/commands/hugo__flags.txt
parenta6257d8a44c85aa7485e5cff0376c19f4335f227 (diff)
commands: Fail the build when no config file or config dir
Fixes #11019
Diffstat (limited to 'testscripts/commands/hugo__flags.txt')
-rw-r--r--testscripts/commands/hugo__flags.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/testscripts/commands/hugo__flags.txt b/testscripts/commands/hugo__flags.txt
index c2ea92c95..ad4591322 100644
--- a/testscripts/commands/hugo__flags.txt
+++ b/testscripts/commands/hugo__flags.txt
@@ -11,6 +11,8 @@ grep '<body>Home' newpublic/index.html
hugo --quiet
! stdout .
+-- hugo.toml --
+title = "Hugo Test"
-- myconfig.toml --
baseURL = "http://example.org/"
disableKinds = ["RSS", "sitemap", "robotsTXT", "404", "taxonomy", "term"]