test: add more debugging printf
This commit is contained in:
parent
5fc2f172d5
commit
26830ff92d
@ -1,12 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export # let's see what's available
|
export # let's see what's available
|
||||||
|
pwd
|
||||||
ls /dev/input
|
ls /dev/input
|
||||||
ls /dev/
|
ls /dev/
|
||||||
|
|
||||||
ls # let's debug where the actual tarball sits in case the next one fails
|
set -e
|
||||||
|
tree # figure out where we are
|
||||||
# Can we use the spec file version number here??
|
# Can we use the spec file version number here??
|
||||||
pushd libinput-*
|
pushd tests/source
|
||||||
|
|
||||||
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
|
meson builddir -Ddocumentation=false -Dtests=true -Ddebug-gui=false
|
||||||
ninja -C builddir test
|
ninja -C builddir test
|
||||||
|
@ -43,5 +43,6 @@
|
|||||||
- libwacom-devel
|
- libwacom-devel
|
||||||
- check-devel
|
- check-devel
|
||||||
- systemd-devel
|
- systemd-devel
|
||||||
|
- tree # for debugging
|
||||||
tests:
|
tests:
|
||||||
- libinput-test-suite
|
- libinput-test-suite
|
||||||
|
Loading…
Reference in New Issue
Block a user