Skip to content

Commit 56516d2

Browse files
Fix source test-utils.sh before using variables from it
1 parent 5cf2c6c commit 56516d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/scripts/ci-runtests.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ fi
1313

1414
TEST_OS=$1
1515

16-
PACKAGE_FOLDER="${CACHE_FOLDER}"
17-
1816
source "$SCRIPT_DIR/test-utils.sh"
17+
PACKAGE_FOLDER="${CACHE_FOLDER}"
1918

2019
echo "**********************************"
2120
echo "* Version to upgrade from: $LATEST_STABLE_RELEASE"

0 commit comments

Comments
 (0)