Skip to content

Commit a48ec0a

Browse files
author
whitequark
committedJan 27, 2018
Use openocd TCL source command instead of shell.
1 parent e3efae2 commit a48ec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎master.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def addCoverallsUploadSteps(factory, repo_token):
402402

403403
def addARTIQFlashSteps(factory, board, domain, options=[]):
404404
address = '{}.{}'.format(board, domain)
405-
options = ['-I', '$(cat /var/lib/artiq/boards/{})'.format(board)] + options
405+
options = ['-I', 'source /var/lib/artiq/boards/{}'.format(board)] + options
406406

407407
factory.addStep(
408408
ShellCommand(

0 commit comments

Comments
 (0)
Please sign in to comment.