[
https://issues.apache.org/jira/browse/TINKERPOP-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832934#comment-15832934
]
ASF GitHub Bot commented on TINKERPOP-1605:
-------------------------------------------
Github user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/537
Isn't there a distribution verification that does tests? I know it's
post-build, but that's better than nothing.
> 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)