examples: lib: Fix these rotted tests

I think the mgmt lib approach is a good idea, even though I'm not
putting much energy into keeping these up to date. Let's at least
re-enable the tests for now, after a few fixups.
This commit is contained in:
James Shubin
2024-07-25 12:39:43 -04:00
parent fd86b35ce3
commit 8b54306eb9
9 changed files with 633 additions and 8 deletions

View File

@@ -66,8 +66,7 @@ if label-block "basic"; then
run-testsuite ./test/test-markdownlint.sh
run-testsuite ./test/test-commit-message.sh
run-testsuite ./test/test-govet.sh
# FIXME: this fails with go.mod
skip-testsuite ./test/test-examples.sh
run-testsuite ./test/test-examples.sh
run-testsuite ./test/test-gotest.sh
# FIXME: this fails with go.mod
skip-testsuite ./test/test-gometalinter.sh