From fbff99a8bcd9b1b4847e9624e0d2654f1a23f785 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 5 May 2023 18:07:25 +0200 Subject: [PATCH] Adapt path Signed-off-by: Jan-Simon Moeller Change-Id: Ib9d15959a4ac1de4642ea2070f325dd6cd02ac08 --- test-suites/short-smoke/screenshooter.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6