summaryrefslogtreecommitdiffstats
path: root/main_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-08 12:25:53 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-08 16:08:46 +0200
commit0f921ace6f897ba63cdcce7a0ef59c9c615920bd (patch)
tree11c7d1138540e75d8a235539fe62bd568448f010 /main_test.go
parent6019953769741d3ec0b48aa16b2a6cc06a93f5ba (diff)
Fix hugo mod vendor for modules with hugo.toml
Fixes #11221
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
index aae8a0a9e..6274cd9bb 100644
--- a/main_test.go
+++ b/main_test.go
@@ -50,6 +50,7 @@ func TestUnfinished(t *testing.T) {
p := commonTestScriptsParam
p.Dir = "testscripts/unfinished"
+ //p.UpdateScripts = true
testscript.Run(t, p)
}