aboutsummaryrefslogtreecommitdiff
path: root/.busted
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:14:16 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-21 21:20:19 -0300
commitbe97d188a22eb39ea1511fc25194d30a649a7c7f (patch)
tree6ab51c659e74c89bbd1c80dc5f6ea91e85a11310 /.busted
parentaf03c342789dce9799af2f41fda42f7d36467b85 (diff)
downloadluarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.gz
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.bz2
luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.zip
use busted-htest
Diffstat (limited to '.busted')
-rw-r--r--.busted2
1 files changed, 1 insertions, 1 deletions
diff --git a/.busted b/.busted
index e77322d6..a8d40bef 100644
--- a/.busted
+++ b/.busted
@@ -1,6 +1,6 @@
1return { 1return {
2 default = { 2 default = {
3 output = "gtest", 3 output = "htest",
4 verbose = true, 4 verbose = true,
5 ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture 5 ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
6 helper = "spec.util.test_env", 6 helper = "spec.util.test_env",