Skip to content

Commit 8c3a8e7

Browse files
committed
[lit] Apply a different label for tests under validation-test/ than the ones under test/
This will let us find the test file that produced a failure on the first attempt, saving the project at least three trillion cumulative person-seconds each year.
1 parent 7afb475 commit 8c3a8e7

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)