Skip to content

Commit

Permalink
Remove an extraneous suffix.
Browse files Browse the repository at this point in the history
whitequark committed Nov 27, 2017
1 parent 722cd9d commit 89cff68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -309,8 +309,8 @@ def addLitSteps(factory, test_path, extra_vars={}):
LitTestCommand(
name = 'lit_test',
command = ['lit', '-v', test_path],
description = ['testing', 'lit'],
descriptionDone = ['test', 'lit'],
description = 'testing',
descriptionDone = 'test',
descriptionSuffix = 'lit',
haltOnFailure = True,
env = condaEnv(use_local=True,

0 comments on commit 89cff68

Please sign in to comment.