From 3dfbed6e4c783d4b2c70602fa83c962a7b55d1cf Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 10 Nov 2014 11:40:48 +0000 Subject: [PATCH] Unittest - TOTAL tests shouldn't include non-executable tests --- test/run_all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_all.in b/test/run_all.in index d400a68e4..244131c28 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -33,7 +33,7 @@ else if [ -x "$VRAMSTEG" ]; then BAR=1 COUNT=0 - TOTAL=`ls ${TESTBLOB} | wc -l` + TOTAL=`find -maxdepth 1 -path "${TESTBLOB}" -perm /u+x | wc -l` START=`$VRAMSTEG --now` fi