diff options
-rw-r--r-- | src/luarocks/cmd/test.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/cmd/test.lua b/src/luarocks/cmd/test.lua index 99be7f40..3f752d66 100644 --- a/src/luarocks/cmd/test.lua +++ b/src/luarocks/cmd/test.lua | |||
@@ -28,7 +28,6 @@ to separate LuaRocks arguments from test suite arguments.]], | |||
28 | cmd:option("--test-type", "Specify the test suite type manually if it was ".. | 28 | cmd:option("--test-type", "Specify the test suite type manually if it was ".. |
29 | "not specified in the rockspec and it could not be auto-detected.") | 29 | "not specified in the rockspec and it could not be auto-detected.") |
30 | :argname("<type>") | 30 | :argname("<type>") |
31 | util.deps_mode_option(cmd) | ||
32 | end | 31 | end |
33 | 32 | ||
34 | function cmd_test.command(args) | 33 | function cmd_test.command(args) |