[
https://issues.apache.org/jira/browse/TS-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291932#comment-15291932
]
ASF GitHub Bot commented on TS-4450:
------------------------------------
GitHub user dragon512 opened a pull request:
https://github.com/apache/trafficserver/pull/650
TS-4450: Syntax error in CI test
Fix extra ) that was in the list
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dragon512/trafficserver patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/650.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #650
----
commit 724aa920b873192e149f298a1122ffe9a7a74e89
Author: dragon512 <[email protected]>
Date: 2016-05-19T18:55:32Z
TS-4450: Syntax error in CI test
Fix extra ) that was in the list
----
> Syntax error in CI test script test_https.py.
> ---------------------------------------------
>
> Key: TS-4450
> URL: https://issues.apache.org/jira/browse/TS-4450
> Project: Traffic Server
> Issue Type: Bug
> Components: CI
> Reporter: Peter Chou
> Assignee: Jason Kenny
> Fix For: 7.0.0
>
>
> I don't know Python, but the parenthesis seems to be un-needed or at least
> un-balanced here. Sorry about the formatting, the caret is pointing to the
> parenthesis.
> File "/usr/src/git/trafficserver/ci/tsqa/tests/test_https.py", line 318
> signal_cmd = [traffic_ctl, 'config', 'reload')]
> ^
> SyntaxError: invalid syntax
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)