We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TEST_PACKAGE
1 parent 3f0064f commit 38f09a8Copy full SHA for 38f09a8
test/scripts/test-utils.sh
@@ -50,7 +50,7 @@ function get_package_dir {
50
local package_dir
51
if [[ -n "${PACKAGE_DIR+x}" ]]; then
52
# Resolve the package dir to an absolute path since cargo must be invoked from the test directory
53
- package_dir=$(cd "$PACKAGE_DIR" > /dev/null && pwd)
+ package_dir=$(realpath "$PACKAGE_DIR")
54
elif [[ ("$(uname -s)" == "Darwin") ]]; then
55
package_dir="$HOME/Library/Caches/mullvad-test/packages"
56
elif [[ ("$(uname -s)" == "Linux") ]]; then
0 commit comments