diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-08-01 22:35:12 -0400 |
---|---|---|
committer | Paul Ouellette <oue.paul18@gmail.com> | 2019-08-01 23:53:03 -0400 |
commit | 0ef0c7086e26a1e656e8409e2c0a041d3584f9c5 (patch) | |
tree | e8c12b9f08fef23d3c77beaab688e47c106f4e08 | |
parent | d394ecba0cb8572b60483e23444ce79a9761a1aa (diff) | |
download | luarocks-0ef0c7086e26a1e656e8409e2c0a041d3584f9c5.tar.gz luarocks-0ef0c7086e26a1e656e8409e2c0a041d3584f9c5.tar.bz2 luarocks-0ef0c7086e26a1e656e8409e2c0a041d3584f9c5.zip |
Remove unused --deps-mode option of test command
-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) |