aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-02 17:01:03 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-02 17:01:03 -0200
commit63637cc8a1cbf4b2809cf17ea85e12f6569a726e (patch)
tree554abb4fafcf96ad58059e6d8054474a520616d2
parent299ea84e251571cee9a6dcf677d9d1e68d240c76 (diff)
downloadluarocks-63637cc8a1cbf4b2809cf17ea85e12f6569a726e.tar.gz
luarocks-63637cc8a1cbf4b2809cf17ea85e12f6569a726e.tar.bz2
luarocks-63637cc8a1cbf4b2809cf17ea85e12f6569a726e.zip
Tests: verbose execution on Appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3255e2db..669acd7a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -45,7 +45,7 @@ build_script:
45 - luarocks install busted 1> NUL 2> NUL 45 - luarocks install busted 1> NUL 2> NUL
46 46
47test_script: 47test_script:
48 - busted --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER% 48 - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper lua_dir=%CD%\lua_install,appveyor,%COMPILER%
49 49
50after_test: 50after_test:
51 - if "%LUA%"=="lua 5.1" (luarocks show bit32 || luarocks install bit32) 51 - if "%LUA%"=="lua 5.1" (luarocks show bit32 || luarocks install bit32)