[
https://issues.apache.org/jira/browse/TINKERPOP-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830167#comment-15830167
]
ASF GitHub Bot commented on TINKERPOP-1605:
-------------------------------------------
Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/537
I did some manual tests - seems to work nicely - VOTE +1
> 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
>
> {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)