Skip to content

Commit d86eb15

Browse files
committed
wip
1 parent 2941322 commit d86eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/robot_framework/tests/keywords_common.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Remote Weston Capture Screenshot
3939
[Arguments] ${capture_name}
4040

4141
${TEST_BOARD_IP} Get Environment Variable TEST_BOARD_IP
42-
SSH Command ${TEST_BOARD_IP} rm -rf wayland-screenshot-*.png && weston-screenshooter
42+
SSH Command ${TEST_BOARD_IP} rm -rf wayland-screenshot-*.png && export XDG_RUNTIME_DIR=/run/user/1000 && weston-screenshooter
4343
Run scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@%{TEST_BOARD_IP}:~/wayland-screenshot-*.png ${capture_name}
4444

4545
Remote Weston Check Screenshot

0 commit comments

Comments
 (0)