diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-07-08 12:25:53 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-07-08 16:08:46 +0200 |
commit | 0f921ace6f897ba63cdcce7a0ef59c9c615920bd (patch) | |
tree | 11c7d1138540e75d8a235539fe62bd568448f010 /main_test.go | |
parent | 6019953769741d3ec0b48aa16b2a6cc06a93f5ba (diff) | |
download | hugo-0f921ace6f897ba63cdcce7a0ef59c9c615920bd.tar.gz hugo-0f921ace6f897ba63cdcce7a0ef59c9c615920bd.zip |
Fix hugo mod vendor for modules with hugo.toml
Fixes #11221
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 1 |
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) } |