Skip to content
Snippets Groups Projects
Commit 1141ac8e authored by hluk's avatar hluk
Browse files

Travis: Test "info" argument

parent e34be374
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ make ...@@ -21,6 +21,7 @@ make
# Test command line arguments that don't need GUI. # Test command line arguments that don't need GUI.
DISPLAY="" ./copyq --help DISPLAY="" ./copyq --help
DISPLAY="" ./copyq --version DISPLAY="" ./copyq --version
DISPLAY="" ./copyq --info
# Start X11 and window manager. # Start X11 and window manager.
export DISPLAY=:99.0 export DISPLAY=:99.0
......
...@@ -26,6 +26,7 @@ python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5 ...@@ -26,6 +26,7 @@ python macdeployqtfix/macdeployqtfix.py "$executable" /usr/local/Cellar/qt5
# Test the app before deployment. # Test the app before deployment.
"$executable" --help "$executable" --help
"$executable" --version "$executable" --version
"$executable" --info
# Run tests. # Run tests.
"$executable" tests -silent "$executable" tests -silent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment