Skip to content

Commit 78f1666

Browse files
committed
Fix on_fvp grep check false positives
1 parent 6b8d8c2 commit 78f1666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ for COMMIT in ${COMMITS}; do
189189
FAILED=1
190190
fi
191191

192-
if grep -icq "on_fvp" $op_test_files; then
192+
if grep -icq "on_fvp(" $op_test_files; then
193193
echo -e "${ERROR} All unittests should run on FVP if relevant,"\
194194
"on_fvp suffix can be excluded." >&2
195195
FAILED=1

0 commit comments

Comments
 (0)