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
This commit is contained in:
Jan Engelhardt 2020-11-23 14:10:42 +00:00 committed by Git OBS Bridge
parent eb6f22f190
commit 566da3cc95
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 23 13:51:18 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix name of build dir used in tests
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 4 11:55:40 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Fri Sep 4 11:55:40 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -157,7 +157,7 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
export XDG_RUNTIME_DIR="$PWD/xdg" export XDG_RUNTIME_DIR="$PWD/xdg"
mkdir -pm go-rwx "$XDG_RUNTIME_DIR" mkdir -pm go-rwx "$XDG_RUNTIME_DIR"
export BACKEND=headless-backend.so export BACKEND=headless-backend.so
pushd build/ pushd *-suse-linux/
if ! meson test; then if ! meson test; then
cat meson-logs/testlog.txt cat meson-logs/testlog.txt
# make check can not pass completely without an actual screen. # make check can not pass completely without an actual screen.