Created
July 5, 2017 14:16
-
-
Save richardc/7f8e80b96224c8cdd45658f81fc586d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git br -v | grep master | |
* master b8cb8eb Adding back the GNUmakefile test-compile step | |
$ make testacc | |
==> Checking that code complies with gofmt requirements... | |
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -timeout 120m | |
? github.com/terraform-providers/terraform-provider-gitlab [no test files] | |
=== RUN TestProvider | |
--- PASS: TestProvider (0.00s) | |
=== RUN TestProvider_impl | |
--- PASS: TestProvider_impl (0.00s) | |
=== RUN TestAccGitlabDeployKey_basic | |
--- PASS: TestAccGitlabDeployKey_basic (8.01s) | |
=== RUN TestAccGitlabGroup_basic | |
--- PASS: TestAccGitlabGroup_basic (3.91s) | |
=== RUN TestAccGitlabProjectHook_basic | |
--- PASS: TestAccGitlabProjectHook_basic (4.82s) | |
=== RUN TestAccGitlabProject_basic | |
--- PASS: TestAccGitlabProject_basic (4.88s) | |
=== RUN TestGitlab_validation | |
--- PASS: TestGitlab_validation (0.00s) | |
=== RUN TestGitlab_visbilityHelpers | |
--- PASS: TestGitlab_visbilityHelpers (0.00s) | |
PASS | |
ok github.com/terraform-providers/terraform-provider-gitlab/gitlab 21.638s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment