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 c6f2cca commit 10d7b19Copy full SHA for 10d7b19
tests/bsim/run_parallel.sh
@@ -50,7 +50,7 @@ elif [ -n "${TESTS_LIST}" ]; then
50
else
51
SEARCH_PATH="${SEARCH_PATH:-.}"
52
all_cases=`find ${SEARCH_PATH} -name "*.sh" | \
53
- grep -Ev "(/_|run_parallel|compile.sh|generate_coverage_report.sh)"`
+ grep -Ev "(/_|run_parallel|compile|generate_coverage_report.sh)"`
54
#we dont run ourselves
55
fi
56
0 commit comments