Jan Engelhardt 2020-11-24 11:00:34 +00:00 committed by Git OBS Bridge
parent 566da3cc95
commit afd7f924fb

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 *-suse-linux/ pushd %_vpath_builddir/;
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.