Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 22, 2017
1 parent 1898205 commit 85d576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def process_token(txt):


def run_test(cmd_file):
cli = sys.executable + '"' + os.path.abspath(' ../aliyunlogcli/cli.py') + '"'
cli = sys.executable + ' "' + os.path.abspath('../aliyunlogcli/cli.py') + '"'
cmd_list = process_token(open(cmd_file).read()).split('\n')
cmd_dict = OrderedDict()
pre_cmd = ''
Expand Down

0 comments on commit 85d576a

Please sign in to comment.