Skip to content

Commit 10d7b19

Browse files
aescolarMaureenHelm
authored andcommitted
tests/bsim run_parallel: Ignore any script with compile in its name
Note just those called exactly compile.sh Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent c6f2cca commit 10d7b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/run_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ elif [ -n "${TESTS_LIST}" ]; then
5050
else
5151
SEARCH_PATH="${SEARCH_PATH:-.}"
5252
all_cases=`find ${SEARCH_PATH} -name "*.sh" | \
53-
grep -Ev "(/_|run_parallel|compile.sh|generate_coverage_report.sh)"`
53+
grep -Ev "(/_|run_parallel|compile|generate_coverage_report.sh)"`
5454
#we dont run ourselves
5555
fi
5656

0 commit comments

Comments
 (0)