Skip to content

Commit 6f4d1ce

Browse files
committed
Merge: check_contrib: filter-out contrib/nitc when checking Makefile of projects
src/Makefile is already executed at the begin of the tests, so a double execution is mostly useless and time-expensive. Pull-Request: #1888 Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
2 parents 8176583 + 58761e8 commit 6f4d1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/jenkins/check_contrib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# check_contrib.sh check android
2424

25-
projects=`echo lib/*/Makefile examples/*/Makefile contrib/*/Makefile`
25+
projects=`ls -1 lib/*/Makefile examples/*/Makefile contrib/*/Makefile | grep -v contrib/nitc/`
2626
rules=$*
2727

2828
failed=

0 commit comments

Comments
 (0)