summaryrefslogtreecommitdiffstats
path: root/hugolib/alias_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/alias_test.go')
-rw-r--r--hugolib/alias_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugolib/alias_test.go b/hugolib/alias_test.go
index e03107ada..c017050c6 100644
--- a/hugolib/alias_test.go
+++ b/hugolib/alias_test.go
@@ -14,6 +14,7 @@
package hugolib
import (
+ "os"
"path/filepath"
"runtime"
"testing"
@@ -90,6 +91,8 @@ func TestAliasMultipleOutputFormats(t *testing.T) {
b.CreateSites().Build(BuildCfg{})
+ b.H.Sites[0].pageMap.debugPrint("", 999, os.Stdout)
+
// the real pages
b.AssertFileContent("public/blog/page/index.html", "For some moments the old man")
b.AssertFileContent("public/amp/blog/page/index.html", "For some moments the old man")