aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-02-21 13:19:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-02-21 13:19:26 -0300
commit040b069d0c9109ef837256fe2c52b7d8f15238c7 (patch)
treebebd5595dd0ee65cae3455c481f88bb40e56f7e3
parentbcb25c97297f99c9564c8694822101ea28a4ed31 (diff)
downloadluarocks-check-already-quoted.tar.gz
luarocks-check-already-quoted.tar.bz2
luarocks-check-already-quoted.zip
appveyor: verbosecheck-already-quoted
-rw-r--r--appveyor.yml2
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
85test_script: 85test_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
89after_test: 89after_test: