Browse Source
tests: Make path definition absolute (a bit more predictable).
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.0.x
Kristian Amlie
5 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
1 additions and
2 deletions
-
scripts/test/test-utils.sh
|
|
@ -2,8 +2,7 @@ MENDER_ACCEPTANCE_URL="https://raw.githubusercontent.com/mendersoftware/meta-men |
|
|
|
|
|
|
|
WORKSPACE=${WORKSPACE:-./tests} |
|
|
|
|
|
|
|
# Relative to where scripts are executed (${WORKSPACE}/mender-image-tests) |
|
|
|
MENDER_CONVERT_DIR=../../ |
|
|
|
MENDER_CONVERT_DIR=$PWD |
|
|
|
|
|
|
|
convert_and_test() { |
|
|
|
device_type=$1 |
|
|
|