[ https://issues.apache.org/jira/browse/TINKERPOP-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stephen mallette updated TINKERPOP-1605: ---------------------------------------- Assignee: Daniel Kuppitz > 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)