Skip to content

Commit

Permalink
Don't reset log level on release-2.
Browse files Browse the repository at this point in the history
whitequark committed Mar 8, 2017
1 parent d08783b commit 9c89956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -460,6 +460,7 @@ def addARTIQFlashSteps(factory, options, address):
description = ['setting', 'log level'],
descriptionDone = ['set', 'log level'],
haltOnFailure = True,
doStepIf = lambda step: step.getProperty("branch") != "release-2",
env = condaEnv(use_local=True),
workdir = 'build/artiq/examples/master',
locks = default_locks))

0 comments on commit 9c89956

Please sign in to comment.