Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
fdc3c0d7
Commit
fdc3c0d7
authored
8 years ago
by
Bobby DeVeaux
Browse files
Options
Download
Email Patches
Plain Diff
removing core changes
parent
179e1a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
+
1
-
1
View file @
fdc3c0d7
...
@@ -30,7 +30,7 @@ core-dev: generate
...
@@ -30,7 +30,7 @@ core-dev: generate
core-test
:
generate
core-test
:
generate
@
echo
"Testing core packages..."
&&
\
@
echo
"Testing core packages..."
&&
\
go
test
-tags
'core'
$(TESTARGS)
$(
shell
go list ./... |
grep
-v
-E
'terraform/(builtin|vendor
)
'
)
go
test
-tags
'core'
$(TESTARGS)
$(
shell
go list ./... |
grep
-v
-E
'terraform/(builtin|vendor
)
'
)
# Shorthand for building and installing just one plugin for local testing.
# Shorthand for building and installing just one plugin for local testing.
# Run as (for example): make plugin-dev PLUGIN=provider-aws
# Run as (for example): make plugin-dev PLUGIN=provider-aws
plugin-dev
:
generate
plugin-dev
:
generate
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help