diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 21:29:03 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 22:54:08 -0300 |
commit | 5bc241ab6003577bb69891edfa1734997f6dc443 (patch) | |
tree | 3a6dfb222834f91ba8e22b5e4bf677fe9c02908c | |
parent | 121ba1ace77b0dbe4b35d25fcb88ece8606ec685 (diff) | |
download | luarocks-5bc241ab6003577bb69891edfa1734997f6dc443.tar.gz luarocks-5bc241ab6003577bb69891edfa1734997f6dc443.tar.bz2 luarocks-5bc241ab6003577bb69891edfa1734997f6dc443.zip |
test: remove incorrect comment
-rw-r--r-- | src/luarocks/cmd/test.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/luarocks/cmd/test.lua b/src/luarocks/cmd/test.lua index 66c6f4ab..dd970221 100644 --- a/src/luarocks/cmd/test.lua +++ b/src/luarocks/cmd/test.lua | |||
@@ -25,14 +25,6 @@ test suite arguments. | |||
25 | 25 | ||
26 | ]]..util.deps_mode_help() | 26 | ]]..util.deps_mode_help() |
27 | 27 | ||
28 | --- Driver function for "build" command. | ||
29 | -- @param name string: A local or remote rockspec or rock file. | ||
30 | -- If a package name is given, forwards the request to "search" and, | ||
31 | -- if returned a result, installs the matching rock. | ||
32 | -- @param version string: When passing a package name, a version number may | ||
33 | -- also be given. | ||
34 | -- @return boolean or (nil, string, exitcode): True if build was successful; nil and an | ||
35 | -- error message otherwise. exitcode is optionally returned. | ||
36 | function cmd_test.command(flags, arg, ...) | 28 | function cmd_test.command(flags, arg, ...) |
37 | assert(type(arg) == "string" or not arg) | 29 | assert(type(arg) == "string" or not arg) |
38 | 30 | ||