Skip to content

Commit 114db12

Browse files
Drop -s from llvm-lit
This would produce a list of the ran lit tests on the output
1 parent 8e2ded2 commit 114db12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/BOLTBuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def getBOLTCmakeBuildFactory(
206206
# Lower scheduling priority, as above.
207207
LitTestCommand(
208208
name='nfc-check-large-bolt',
209-
command=('nice -n 5 bin/llvm-lit -sv -j2 tools/bolttests'),
209+
command=('nice -n 5 bin/llvm-lit -v -j2 tools/bolttests'),
210210
description=["running", "NFC", "check-large-bolt"],
211211
descriptionDone=["NFC", "check-large-bolt", "completed"],
212212
warnOnFailure=True,

0 commit comments

Comments
 (0)