Skip to content

Commit

Permalink
Fix artiq_corelog invocation to use artiq_coremgmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed May 16, 2018
1 parent ef23f9f commit 9de06a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master.cfg
Expand Up @@ -374,8 +374,8 @@ def addARTIQFlashSteps(factory, board, domain, options=[]):

factory.addStep(
ShellCommand(
name = 'artiq_corelog',
command = ['artiq_corelog', 'set_level', 'INFO'],
name = 'set_log_level',
command = ['artiq_coremgmt', 'log', 'set_level', 'INFO'],
description = ['setting', 'log level'],
descriptionDone = ['set', 'log level'],
haltOnFailure = True,
Expand Down

0 comments on commit 9de06a6

Please sign in to comment.