[
https://issues.apache.org/jira/browse/TINKERPOP-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832946#comment-15832946
]
ASF GitHub Bot commented on TINKERPOP-1605:
-------------------------------------------
Github user dkuppitz commented on the issue:
https://github.com/apache/tinkerpop/pull/537
Done. We already use `validate-distribution.sh` to test script evaluations,
so it was easy to another test.
https://github.com/apache/tinkerpop/commit/62785dcb686be7d56bf207a0ef4279f912cbe41e
> gremlin-console 3.2.3 -e can no longer take paths relative to current working
> directory
> ---------------------------------------------------------------------------------------
>
> Key: TINKERPOP-1605
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1605
> Project: TinkerPop
> Issue Type: Bug
> Components: console
> Affects Versions: 3.2.3
> Reporter: Xian Yi Teng
> Assignee: Daniel Kuppitz
> Fix For: 3.2.4
>
>
> {code}
> $ cat test2.groovy
> //println 1/0
> println 1+1
> println 2+2
> println 3+3
> $ apache-tinkerpop-gremlin-console-3.2.2/bin/gremlin.sh -e test2.groovy
> 2
> 4
> 6
> $ apache-tinkerpop-gremlin-console-3.2.3/bin/gremlin.sh -e test2.groovy
> Gremlin file not found at [test2.groovy].
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)