Show site build warning in TestPageBundlerSiteRegular
authorAnthony Fok <foka@debian.org>
Fri, 27 Apr 2018 14:39:36 +0000 (08:39 -0600)
committerAnthony 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

index 2e0ca9e4cb237175a1feebbd7d8ddfc6893e65fd..2d83e3af1cfd9ef51b3ef215797be06a281d6bff 100644 (file)
@@ -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}