mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - TOTAL tests shouldn't include non-executable tests
This commit is contained in:
parent
94cd3df675
commit
3dfbed6e4c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
||||||
if [ -x "$VRAMSTEG" ]; then
|
if [ -x "$VRAMSTEG" ]; then
|
||||||
BAR=1
|
BAR=1
|
||||||
COUNT=0
|
COUNT=0
|
||||||
TOTAL=`ls ${TESTBLOB} | wc -l`
|
TOTAL=`find -maxdepth 1 -path "${TESTBLOB}" -perm /u+x | wc -l`
|
||||||
START=`$VRAMSTEG --now`
|
START=`$VRAMSTEG --now`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue