We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2941322 commit d86eb15Copy full SHA for d86eb15
.ci/robot_framework/tests/keywords_common.robot
@@ -39,7 +39,7 @@ Remote Weston Capture Screenshot
39
[Arguments] ${capture_name}
40
41
${TEST_BOARD_IP} Get Environment Variable TEST_BOARD_IP
42
- SSH Command ${TEST_BOARD_IP} rm -rf wayland-screenshot-*.png && weston-screenshooter
+ SSH Command ${TEST_BOARD_IP} rm -rf wayland-screenshot-*.png && export XDG_RUNTIME_DIR=/run/user/1000 && weston-screenshooter
43
Run scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@%{TEST_BOARD_IP}:~/wayland-screenshot-*.png ${capture_name}
44
45
Remote Weston Check Screenshot
0 commit comments