Skip to content

Commit 9de06a6

Browse files
author
whitequark
committedMay 16, 2018
Fix artiq_corelog invocation to use artiq_coremgmt.
1 parent ef23f9f commit 9de06a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎master.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ def addARTIQFlashSteps(factory, board, domain, options=[]):
374374

375375
factory.addStep(
376376
ShellCommand(
377-
name = 'artiq_corelog',
378-
command = ['artiq_corelog', 'set_level', 'INFO'],
377+
name = 'set_log_level',
378+
command = ['artiq_coremgmt', 'log', 'set_level', 'INFO'],
379379
description = ['setting', 'log level'],
380380
descriptionDone = ['set', 'log level'],
381381
haltOnFailure = True,

0 commit comments

Comments
 (0)
Please sign in to comment.