Skip to content

Commit

Permalink
WIP: Run only failing test on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Jul 21, 2018
1 parent 0cf61b5 commit 7ee81f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/travis/script-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ test "$("$executable" info has-global-shortcuts)" -eq "1"
# Run tests (retry once on error).
export COPYQ_TESTS_SKIP_COMMAND_EDIT=1
export COPYQ_TESTS_SKIP_CONFIG_MOVE=1
"$executable" tests ||
"$executable" tests
"$executable" tests traySearch
#"$executable" tests ||
# "$executable" tests

# Create "CopyQ.dmg".
"$qt_bin/macdeployqt" CopyQ.app -verbose=2 -dmg -no-plugins
Expand Down

0 comments on commit 7ee81f8

Please sign in to comment.