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:07:25 +0200 |
commit | fbff99a8bcd9b1b4847e9624e0d2654f1a23f785 (patch) | |
tree | 203198df4bb11c4c23aa9053f16c7ec3d3d47e7d /test-suites/short-smoke | |
parent | b0363b06ef5168fb252374953bc3a0cfba591870 (diff) |
Adapt path
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ib9d15959a4ac1de4642ea2070f325dd6cd02ac08
Diffstat (limited to 'test-suites/short-smoke')
-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 |