Skip to content

Commit

Permalink
Backport 88db8649dfe5788e2cb19bacae497a6c01d10d9c
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Liu authored and navyxliu committed Dec 20, 2022
1 parent a78fda9 commit 64312f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/common/FindTests.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ define FindJtregGroupsBody
-e 's/^groups\w*=//p' $1/TEST.ROOT)
$1_JTREG_GROUP_FILES := $$(addprefix $1/, $$($1_JTREG_GROUP_FILENAMES))
$1_JTREG_TEST_GROUPS := $$(strip $$(shell $$(SED) -n \
-e 's/^\#.*//g' \
-e 's/\([^ ]*\)\w*=.*/\1/gp' $$(wildcard $$($1_JTREG_GROUP_FILES)) \
| $$(SORT) -u))
endif
Expand Down

0 comments on commit 64312f5

Please sign in to comment.