Browse Source
Merge pull request #267 from oleorhagen/package-mender-image-tests-cherry
Freeze MENDER_ACCEPTANCE_URL
2.2.x
oleorhagen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/test/test-utils.sh
|
|
@ -1,4 +1,4 @@ |
|
|
|
MENDER_ACCEPTANCE_URL="https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance" |
|
|
|
MENDER_ACCEPTANCE_URL="https://raw.githubusercontent.com/mendersoftware/meta-mender/c791015fb14f27b7b79143494ee50e42f70c4661/tests/acceptance" |
|
|
|
|
|
|
|
WORKSPACE=${WORKSPACE:-./tests} |
|
|
|
|
|
|
|