tests: reset _found at the end of each iteration (#8195)

This makes `inst_rules` really print all rules it skips.
This commit is contained in:
Evgeny Vereshchagin
2018-02-16 16:26:26 +03:00
committed by Zbigniew Jędrzejewski-Szmek
parent 9c869ff6bf
commit 31ce89e7d9

View File

@@ -1058,6 +1058,7 @@ inst_rules() {
fi
done
[[ $_found ]] || dinfo "Skipping udev rule: $_rule"
_found=
done
}