Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-01-22 02:54:16 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-01-22 02:54:16 +0300
commit953861046dc51f29493316c835a2b5532a61dd18 (patch)
treec2575cf686e59bcc6d827ca9cd27b8738b2fe4e1 /helpers_test.go
parentf563f82393fbd77d87eb795fdb4e4c2274da9525 (diff)
update acceptance test structure to improve readability and follow the style guideimprove-acceptance-tests-readability
Diffstat (limited to 'helpers_test.go')
-rw-r--r--helpers_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers_test.go b/helpers_test.go
index 06a268b7..29ed87de 100644
--- a/helpers_test.go
+++ b/helpers_test.go
@@ -209,6 +209,7 @@ func RunPagesProcessWithAuthServerWithSSL(t *testing.T, pagesPath string, listen
func runPagesProcess(t *testing.T, wait bool, pagesPath string, listeners []ListenSpec, promPort string, extraEnv []string, extraArgs ...string) (teardown func()) {
t.Helper()
+
_, err := os.Stat(pagesPath)
require.NoError(t, err)