From 1141ac8ef5c509241161612724db52606544ee3f Mon Sep 17 00:00:00 2001 From: Lukas Holecek <hluk@email.cz> Date: Sat, 25 Feb 2017 15:52:24 +0100 Subject: [PATCH] Travis: Test "info" argument --- utils/travis/script-linux.sh | 1 + utils/travis/script-osx.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/utils/travis/script-linux.sh b/utils/travis/script-linux.sh index 90f917ea8..115f72843 100755 --- a/utils/travis/script-linux.sh +++ b/utils/travis/script-linux.sh @@ -21,6 +21,7 @@ make # Test command line arguments that don't need GUI. DISPLAY="" ./copyq --help DISPLAY="" ./copyq --version +DISPLAY="" ./copyq --info # Start X11 and window manager. export DISPLAY=:99.0 diff --git a/utils/travis/script-osx.sh b/utils/travis/script-osx.sh index ba9f7f2ba..0791999f2 100755 --- a/utils/travis/script-osx.sh +++ b/utils/travis/script-osx.sh @@ -26,6 +26,7 @@ python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5 # Test the app before deployment. "$executable" --help "$executable" --version +"$executable" --info # Run tests. "$executable" tests -silent -- GitLab