diff options
author | Hisham <hisham@gobolinux.org> | 2016-08-22 18:05:07 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-08-22 18:05:07 -0300 |
commit | 0e5cc18334cce0680d1b7be1050b2e67e019e286 (patch) | |
tree | f59b86ac6c8af049efe83071a290c04bbb31fd72 /spec | |
parent | 35ff15f4ce2f5345df07d8512db65f170a50d4ab (diff) | |
download | luarocks-0e5cc18334cce0680d1b7be1050b2e67e019e286.tar.gz luarocks-0e5cc18334cce0680d1b7be1050b2e67e019e286.tar.bz2 luarocks-0e5cc18334cce0680d1b7be1050b2e67e019e286.zip |
Run failing test with --verbose
Diffstat (limited to 'spec')
-rw-r--r-- | spec/build_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index b4f838ca..f2c14e8e 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -92,7 +92,7 @@ describe("LuaRocks build tests #blackbox #b_build", function() | |||
92 | 92 | ||
93 | describe("LuaRocks build - basic builds", function() | 93 | describe("LuaRocks build - basic builds", function() |
94 | it("LuaRocks build luadoc", function() | 94 | it("LuaRocks build luadoc", function() |
95 | assert.is_true(run.luarocks_bool(test_env.quiet("build luadoc"))) | 95 | assert.is_true(run.luarocks_bool("build luadoc --verbose")) |
96 | end) | 96 | end) |
97 | 97 | ||
98 | it("LuaRocks build luacov diff version", function() | 98 | it("LuaRocks build luacov diff version", function() |