diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index da8ab442..333df048 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -83,7 +83,7 @@ build_script: | |||
83 | - luarocks install busted-htest 1> NUL 2> NUL | 83 | - luarocks install busted-htest 1> NUL 2> NUL |
84 | 84 | ||
85 | test_script: | 85 | test_script: |
86 | - busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER% %FILES% | 86 | - busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,verbose,%COMPILER% %FILES% |
87 | - IF "%TESTTYPE%"=="unit" ( busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER%,env=full %FILES% ) | 87 | - IF "%TESTTYPE%"=="unit" ( busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER%,env=full %FILES% ) |
88 | 88 | ||
89 | after_test: | 89 | after_test: |