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 /.busted | |
parent | af03c342789dce9799af2f41fda42f7d36467b85 (diff) | |
download | luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.gz luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.tar.bz2 luarocks-be97d188a22eb39ea1511fc25194d30a649a7c7f.zip |
use busted-htest
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | return { | 1 | return { |
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", |