Home
last modified time | relevance | path

Searched refs:failedcount (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib63 typeset -i failedcount=0
68 (( failedcount = failedcount + 1 ))
74 if (( $failedcount > 0 )); then
75 log_fail "of the $FILE_COUNT files $failedcount did not " \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib74 typeset -i failedcount=0
79 (( failedcount = failedcount + 1 ))
85 if (( $failedcount > 0 )); then
86 log_fail "of the $FILE_COUNT files $failedcount did not " \