diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-05 18:07:25 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-05 18:08:06 +0200 |
commit | 4274edd81ea5bc5f09342eba9e99c2c1e4af5164 (patch) | |
tree | fa907f486211c823bd045d138e856aabe7b0cb86 | |
parent | 02c65987721cef3002801eef89b03358b85509f5 (diff) |
Adapt path
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ib9d15959a4ac1de4642ea2070f325dd6cd02ac08
-rw-r--r-- | test-suites/short-smoke/screenshooter.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suites/short-smoke/screenshooter.yaml b/test-suites/short-smoke/screenshooter.yaml index d0dd25a..6623451 100644 --- a/test-suites/short-smoke/screenshooter.yaml +++ b/test-suites/short-smoke/screenshooter.yaml @@ -6,4 +6,5 @@ metadata: run: steps: - chmod +x ./common/scripts/agl-screenshot-test.sh - - ./common/scripts/agl-screenshot-test.sh ./reference-images/reference-image.png + - cd common/scripts + - ./agl-screenshot-test.sh ../../reference-images/reference-image.png |