diff --git a/tests/tests-ci.sh b/tests/tests-ci.sh index 8a64a25..f9819f7 100755 --- a/tests/tests-ci.sh +++ b/tests/tests-ci.sh @@ -39,6 +39,10 @@ ulimit -a -H # error handling performed separately set +e +# print version number +./linuxdeployqt-*-x86_64.AppImage --version + +# TODO: reactivate tests #bash -e tests/tests.sh true RESULT=$?