Skip to content

Commit a2c9bc6

Browse files
authored
Merge pull request #40146 from lorentey/label-validation-tests
[lit] Apply a different label for tests under validation-test/ than the ones under test/
2 parents cc87566 + 8c3a8e7 commit a2c9bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ lit_config.load_config(config,
2020
# test_source_root: The root path where tests are located.
2121
config.test_source_root = os.path.dirname(__file__)
2222

23+
config.name = 'Swift-validation(%s)' % config.variant_suffix[1:]

0 commit comments

Comments
 (0)