From 566da3cc955e8ee2a93679cdc9df011f45ac1948db51b883fcbf139936cdf8a4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 23 Nov 2020 14:10:42 +0000 Subject: [PATCH] Accepting request 850218 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Fix name of build dir used in tests OBS-URL: https://build.opensuse.org/request/show/850218 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=96 --- weston.changes | 5 +++++ weston.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/weston.changes b/weston.changes index e03da18..9e0536c 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 23 13:51:18 UTC 2020 - Guillaume GARDET + +- Fix name of build dir used in tests + ------------------------------------------------------------------- Fri Sep 4 11:55:40 UTC 2020 - Jan Engelhardt diff --git a/weston.spec b/weston.spec index 73c3292..659388f 100644 --- a/weston.spec +++ b/weston.spec @@ -157,7 +157,7 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" export XDG_RUNTIME_DIR="$PWD/xdg" mkdir -pm go-rwx "$XDG_RUNTIME_DIR" export BACKEND=headless-backend.so -pushd build/ +pushd *-suse-linux/ if ! meson test; then cat meson-logs/testlog.txt # make check can not pass completely without an actual screen.