From 1a4774a2d82463a79c2450d2a972e0e72f556e37 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 10 Nov 2014 11:56:16 +0000 Subject: [PATCH] Revert "Unittest - TOTAL tests shouldn't include non-executable tests" TESTBLOB can have multiple arguments. Doesn't work with find. This reverts commit 3dfbed6e4c783d4b2c70602fa83c962a7b55d1cf. --- 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 244131c28..d400a68e4 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=`find -maxdepth 1 -path "${TESTBLOB}" -perm /u+x | wc -l` + TOTAL=`ls ${TESTBLOB} | wc -l` START=`$VRAMSTEG --now` fi