-
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.
Merge pull request #14 from monetr/renovate/pgtap-digest
Update pgtap commit hash to 6bae661
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pgtap
updated
22 files
+1 −1 | .gitattributes | |
+37 −0 | .github/workflows/release.yml | |
+70 −0 | .github/workflows/test.yml | |
+1 −0 | .gitignore | |
+0 −37 | .travis.yml | |
+24 −9 | Changes | |
+4 −4 | META.json | |
+13 −5 | Makefile | |
+2 −2 | README.md | |
+13 −3 | compat/gencore | |
+5 −2 | contrib/pgtap.spec | |
+258 −11 | doc/pgtap.mmd | |
+1 −1 | pgtap.control | |
+20 −14 | release.md | |
+615 −1 | sql/pgtap--1.1.0--1.2.0.sql | |
+428 −40 | sql/pgtap.sql.in | |
+650 −281 | test/expected/functap.out | |
+194 −0 | test/expected/proctap.out | |
+1,228 −164 | test/sql/functap.sql | |
+560 −0 | test/sql/proctap.sql | |
+67 −77 | test/test_MVU.sh | |
+0 −192 | tools/pg-travis-test.sh |