osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/28393
)
Change subject: lint: ignore test output in .ctrl files
......................................................................
lint: ignore test output in .ctrl files
Change-Id: I7611bb1b26c4abbfb572182a490f289216e7b708
---
M lint/checkpatch/checkpatch_osmo.sh
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/93/28393/1
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index 084a7ea..2aa7131 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -4,8 +4,8 @@
PROJECT="$(basename "$PROJECT_DIR")"
exclude_paths_common() {
- # Stdout and stderr of regression tests
- echo '--exclude \.(ok|err)$'
+ # Test output
+ echo '--exclude \.(ok|err|ctrl)$'
# Generated from commit log, which may contain spelling errors (OS#5232)
echo '--exclude ^debian/changelog$'
# Patch files
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/28393
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7611bb1b26c4abbfb572182a490f289216e7b708
Gerrit-Change-Number: 28393
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange