mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
parent
03608115df
commit
4040f7600c
|
@ -17,7 +17,7 @@ trap "kill 0; exit 1" int
|
||||||
|
|
||||||
count=0
|
count=0
|
||||||
for filename in "$@"; do
|
for filename in "$@"; do
|
||||||
let count+="$(bats-exec-test -c "$filename")"
|
let count+="$(bats-exec-test -c "$filename")" 1
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -n "$count_only_flag" ]; then
|
if [ -n "$count_only_flag" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user