File indexing completed on 2025-05-04 04:46:57
0001 #!/bin/sh 0002 0003 /usr/libexec/libinput/libinput-test-suite -j1 0004 if [ $? -eq 0 ]; then 0005 echo 'PASS: libinput-test-suite' 0006 else 0007 echo 'FAIL: libinput-test-suite' 0008 fi 0009
File indexing completed on 2025-05-04 04:46:57
0001 #!/bin/sh 0002 0003 /usr/libexec/libinput/libinput-test-suite -j1 0004 if [ $? -eq 0 ]; then 0005 echo 'PASS: libinput-test-suite' 0006 else 0007 echo 'FAIL: libinput-test-suite' 0008 fi 0009