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.