mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
parent
0792cfa9fa
commit
2bbc865f7b
13 changed files with 211 additions and 204 deletions
|
@ -34,7 +34,8 @@ func TestServer(t *testing.T) {
|
|||
t.Skip("Skip server test on appveyor")
|
||||
}
|
||||
c := qt.New(t)
|
||||
dir, err := createSimpleTestSite(t, testSiteConfig{})
|
||||
dir, clean, err := createSimpleTestSite(t, testSiteConfig{})
|
||||
defer clean()
|
||||
c.Assert(err, qt.IsNil)
|
||||
|
||||
// Let us hope that this port is available on all systems ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue