Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit eb95fd4

Browse files
committed
✅ fix test package hash
1 parent f6b58cc commit eb95fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sh/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export KRE_FEED
2727

2828
# This is a KRE to use for testing various commands. It doesn't matter what version it is
2929
[ -z "$_TEST_VERSION" ] && export _TEST_VERSION="1.0.0-beta3-11001"
30-
[ -z "$_NUPKG_HASH" ] && export _NUPKG_HASH='a08277b15a967cb0a8239a1bac146e0c788ff78a'
30+
[ -z "$_NUPKG_HASH" ] && export _NUPKG_HASH='997b000f698b86f0d34208cb28cce8a19fcc16cb'
3131
[ -z "$_NUPKG_URL" ] && export _NUPKG_URL="$KRE_FEED/package/$_KVM_RUNTIME_PACKAGE_NAME-mono/$_TEST_VERSION"
3232
[ -z "$_NUPKG_NAME" ] && export _NUPKG_NAME="$_KVM_RUNTIME_PACKAGE_NAME-mono.$_TEST_VERSION"
3333
[ -z "$_NUPKG_FILE" ] && export _NUPKG_FILE="$TEST_WORK_DIR/${_NUPKG_NAME}.nupkg"

0 commit comments

Comments
 (0)