Skip to content

Commit c5e1df3

Browse files
committed
tk: also test non-snapshot versions
1 parent 674181d commit c5e1df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ueo pipefail
55
usage() { echo "Usage: tk JVM_ARG ... -- TK_ARG ..."; }
66
misuse() { usage 1>&2; exit 2; }
77

8-
jar_glob='trapperkeeper-*-SNAPSHOT-standalone.jar'
8+
jar_glob='trapperkeeper-*-standalone.jar'
99

1010
# Believe last -cp wins for java, and here, any final -cp path will be
1111
# placed in front of the jar.

0 commit comments

Comments
 (0)