From 8cbea00fe27b5bac9607cecef780f0d304a88caf Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Sun, 22 Jul 2018 11:12:25 +0200 Subject: [PATCH] WIP: Investigate failing test on OS X --- utils/travis/script-osx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/travis/script-osx.sh b/utils/travis/script-osx.sh index 0089be859e..2a83db173f 100755 --- a/utils/travis/script-osx.sh +++ b/utils/travis/script-osx.sh @@ -45,8 +45,7 @@ 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 commandDialogCloseOnDisconnect commandsPackUnpack trayPaste configTrayTab # Create "CopyQ.dmg". "$qt_bin/macdeployqt" CopyQ.app -verbose=2 -dmg -no-plugins