test: add more debugging printf

This commit is contained in:
Peter Hutterer 2019-03-08 13:49:04 +10:00
parent 5fc2f172d5
commit 26830ff92d
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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