Page MenuHomePhorge

test.sh
No OneTemporary

Size
308 B
Referenced Files
None
Subscribers
None
#!/bin/bash
# inspired by https://github.com/johanhelsing/docker-qt-tests/blob/master/scripts/test-qt.sh
set -x
weston --backend=headless-backend.so --idle-time=0 &
sleep 5
QT_QPA_PLATFORM=wayland make test
ret=$?
echo "Tests returned $ret"
echo
cat Testing/Temporary/LastTest.log
kill %1
exit $ret

File Metadata

Mime Type
text/x-shellscript
Expires
Tue, Jun 24, 10:09 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
214759
Default Alt Text
test.sh (308 B)

Event Timeline