diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-07 14:49:53 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-05-07 19:27:37 -0300 |
commit | d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e (patch) | |
tree | 8ca38d4ff6f33970a6254a41e64393d5c20323a1 /.busted | |
parent | 1dcdaa77c0a52ad02f49bc7fdde2fd7dee956ddf (diff) | |
download | luarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.tar.gz luarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.tar.bz2 luarocks-d9ad4bdf2bfaeb937d735cfbf16b2734cb380a8e.zip |
Busted: do not run spec files inside fixture
Diffstat (limited to '.busted')
-rw-r--r-- | .busted | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ return { | |||
2 | default = { | 2 | default = { |
3 | output = "gtest", | 3 | output = "gtest", |
4 | verbose = true, | 4 | verbose = true, |
5 | ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture | ||
5 | helper = "spec.util.test_env", | 6 | helper = "spec.util.test_env", |
6 | ["auto-insulate"] = false | 7 | ["auto-insulate"] = false |
7 | } | 8 | } |