check_contrib: filter-out contrib/nitc when checking projects.
authorJean Privat <jean@pryen.org>
Tue, 8 Dec 2015 20:49:31 +0000 (15:49 -0500)
committerJean Privat <jean@pryen.org>
Tue, 8 Dec 2015 20:49:31 +0000 (15:49 -0500)
It was already executed.

Signed-off-by: Jean Privat <jean@pryen.org>

misc/jenkins/check_contrib.sh

index df81660..76dcbbb 100755 (executable)
@@ -22,7 +22,7 @@
 #
 #     check_contrib.sh check android
 
-projects=`echo lib/*/Makefile examples/*/Makefile contrib/*/Makefile`
+projects=`ls -1 lib/*/Makefile examples/*/Makefile contrib/*/Makefile | grep -v contrib/nitc/`
 rules=$*
 
 failed=