mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Revert "Unittest - TOTAL tests shouldn't include non-executable tests"
TESTBLOB can have multiple arguments. Doesn't work with find.
This reverts commit 3dfbed6e4c
.
This commit is contained in:
parent
3dfbed6e4c
commit
1a4774a2d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue