projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eedb37
)
Show site build warning in TestPageBundlerSiteRegular
author
Anthony Fok
<foka@debian.org>
Fri, 27 Apr 2018 14:39:36 +0000
(08:39 -0600)
committer
Anthony Fok
<foka@debian.org>
Mon, 14 May 2018 06:09:39 +0000
(
00:09
-0600)
So that a timeout warning does appear if it does happen
especially on a slow machine with soft floating-point CPU.
Special thanks to @bep for the solution.
See #4672
hugolib/page_bundler_test.go
patch
|
blob
|
history
diff --git
a/hugolib/page_bundler_test.go
b/hugolib/page_bundler_test.go
index 2e0ca9e4cb237175a1feebbd7d8ddfc6893e65fd..2d83e3af1cfd9ef51b3ef215797be06a281d6bff 100644
(file)
--- a/
hugolib/page_bundler_test.go
+++ b/
hugolib/page_bundler_test.go
@@
-75,7
+75,7
@@
func TestPageBundlerSiteRegular(t *testing.T) {
cfg.Set("uglyURLs", ugly)
- s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{})
+ s := buildSingleSite(t, deps.DepsCfg{
Logger: newWarningLogger(),
Fs: fs, Cfg: cfg}, BuildCfg{})
th := testHelper{s.Cfg, s.Fs, t}