forked from dbt-labs/dbt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clearer directions for custom test suite vars in Makefile. (dbt-l…
…abs#6764) * Add clearer directions for custom test suite vars in Makefile. * Fix up PR for review * Fix erroneous whitespace. * Fix a spelling error. * Add documentation to discourage makefile edits but provide override tooling. * Fix quotation marks. Very strange behavior * Compact code and verify quotations happy inside bash and python. * Fold comments into Makefile. --------- Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
- Loading branch information
1 parent
42b7caa
commit 1a6e4a0
Showing
3 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Adjust makefile to have clearer instructions for CI env var changes. | ||
time: 2023-01-26T15:47:16.887327-08:00 | ||
custom: | ||
Author: versusfacit | ||
Issue: "6689" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ coverage.xml | |
*,cover | ||
.hypothesis/ | ||
test.env | ||
makefile.test.env | ||
*.pytest_cache/ | ||
|
||
|
||
|
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