diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-21 13:19:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-21 13:19:26 -0300 |
commit | 040b069d0c9109ef837256fe2c52b7d8f15238c7 (patch) | |
tree | bebd5595dd0ee65cae3455c481f88bb40e56f7e3 | |
parent | bcb25c97297f99c9564c8694822101ea28a4ed31 (diff) | |
download | luarocks-check-already-quoted.tar.gz luarocks-check-already-quoted.tar.bz2 luarocks-check-already-quoted.zip |
appveyor: verbosecheck-already-quoted
-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: |