diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-21 21:14:16 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-21 21:20:19 -0300 |
commit | be97d188a22eb39ea1511fc25194d30a649a7c7f (patch) | |
tree | 6ab51c659e74c89bbd1c80dc5f6ea91e85a11310 /appveyor.yml | |
parent | af03c342789dce9799af2f41fda42f7d36467b85 (diff) | |
download | luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.gz luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.bz2 luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.zip |
use busted-htest
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6a4f9417..7011c80c 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -90,9 +90,10 @@ before_build: | |||
90 | build_script: | 90 | build_script: |
91 | - IF NOT EXIST lua_install-%LUAV%\bin\busted.bat ( luarocks install busted 1> NUL 2> NUL ) | 91 | - IF NOT EXIST lua_install-%LUAV%\bin\busted.bat ( luarocks install busted 1> NUL 2> NUL ) |
92 | - IF NOT EXIST lua_install-%LUAV%\bin\luacov.bat ( luarocks install cluacov 1> NUL 2> NUL ) | 92 | - IF NOT EXIST lua_install-%LUAV%\bin\luacov.bat ( luarocks install cluacov 1> NUL 2> NUL ) |
93 | - luarocks install busted-htest 1> NUL 2> NUL | ||
93 | 94 | ||
94 | test_script: | 95 | test_script: |
95 | - busted -o gtest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER% %FILES% | 96 | - busted -o htest -v --lpath=.//?.lua --exclude-tags=ssh,unix,%EXCLUDE% -Xhelper lua_dir=%CD%\lua_install-%LUAV%,appveyor,%COMPILER% %FILES% |
96 | 97 | ||
97 | after_test: | 98 | after_test: |
98 | - pip install codecov | 99 | - pip install codecov |