We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a840664 commit dda76cfCopy full SHA for dda76cf
scripts/run_perf_count_checker.sh
@@ -4,7 +4,7 @@ REQUIRED_TESTS_COUNT=2
4
5
get_ref_tests_number() {
6
# shellcheck disable=SC2155
7
- local dir_number=$(find "$1" -maxdepth 1 -type d | wc -l)
+ local dir_number=$(find "$1" -maxdepth 1 -type d ! -name "*_disabled" | wc -l)
8
# shellcheck disable=SC2004
9
local task_number=$(($dir_number-1))
10
0 commit comments