aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the --tree argument to the path commandRyan Hartlage2016-04-182-0/+2
|
* Merge pull request #541 from BranescuMihai/masterHisham Muhammad2016-04-181-1/+9
|\ | | | | New tests for the luaRocks test suite.
| * A number of tests for the luaRocks test suite.Mihai Branescu2016-04-101-1/+9
| |
* | Update LuaCovmpeterv2016-04-181-1/+1
| |
* | Update LuaSecHisham2016-04-181-1/+1
|/
* Add tests for more flagsCameron Moy2016-03-221-0/+10
|
* Add few more tests for command_linebhattigurjot2016-03-211-1/+5
|
* Add tests for command_linebhattigurjot2016-03-211-0/+2
|
* Merge pull request #522 from robooo/masterHisham Muhammad2016-03-192-0/+9
|\ | | | | Small addition to test suite #GSoC
| * Small addition to test suite #GSoCroboo2016-03-192-0/+9
| |
* | Add tests for search querybhattigurjot2016-03-191-0/+3
| |
* | Add split_server_url test for handling local cachebhattigurjot2016-03-191-0/+1
|/
* Implement magical rockspec picking for "luarocks make"mpeterv2016-03-171-2/+4
|
* Add a test for luarocks new_version --tagmpeterv2016-02-111-0/+1
|
* Update repo URLs to luarocks.org instead of rocks.moonscript.orgJonathan Goble2016-01-222-2/+2
| | | | Previously, this used an old URL and downloaded over HTTP, in cleartext. This commit updates to the URL that the old one redirects to, and changes to HTTPS encryption for security. HTTPS is currently impossible on rocks.moonscript.org because the security certificate for that domain expired in May 2015.
* Upgrade to LuaCov 0.9.1, make coverage viewablempeterv2016-01-041-19/+16
|
* Install luabitop from src rock on travismpeterv2015-12-221-0/+1
| | | | | Fixes Travis failure when attempting to fetch luabitop sources from luajit.org, which has blocked downloads from travis recently.
* Update LuaCovHisham Muhammad2015-08-301-1/+1
|
* Strip known extensionsIgnacio Burgueño2015-06-302-0/+25
|
* Merge pull request #400 from ignacio/400-config-helpHisham Muhammad2015-06-292-1/+33
|\ | | | | 'config' command does not have a help message
| * Adds missing testsIgnacio Burgueño2015-06-262-1/+33
| |
* | Add a test for '--rockspec-format' optionmpeterv2015-06-262-0/+2
|/
* Make 'build' field in rockspecs mandatory.Ignacio Burgueño2015-06-243-0/+14
| | | | | | | | | Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ````
* Add `luarocks config` command for querying LuaRocks settings.Hisham Muhammad2015-05-181-0/+11
|
* Update lmathx used for testing Lua 5.3Hisham Muhammad2015-05-111-2/+3
|
* Address issues spotted in the reviewIgnacio Burgueño2015-04-142-5/+4
|
* Adds --only-deps flag to install commandIgnacio Burgueño2015-04-142-18/+16
| | | | | | Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver.
* Adds --only-deps flag to the 'build' command.Ignacio Burgueño2015-04-141-0/+20
| | | | | | As discussed in #287, adds a new flag (--only-deps) to the 'build' command, so only the dependencies of a rock are installed, and not the rock itself.
* Decided to step back in turn this into a warning.Hisham Muhammad2015-04-132-2/+2
| | | | `luarocks list` on an empty ~/.luarocks is a valid use case.
* Fail when given an invalid tree.Hisham Muhammad2015-04-132-0/+3
|
* Add test that checks for error in default sysconfig.Hisham Muhammad2015-04-082-2/+11
| | | | See #346.
* Continuing slowly. Distracted by code golf. :)Hisham Muhammad2015-04-071-27/+59
|
* Starting to port test suite from Unix shell to Lua.Hisham Muhammad2015-04-031-0/+361
|
* Merge pull request #335 from ignacio/appveyorHisham Muhammad2015-04-011-0/+9
|\ | | | | Adds integration with AppVeyor
| * Improved the CI scriptsIgnacio Burgueño2015-03-271-0/+9
| | | | | | | | | | | | | | Ported back part of the work made [here](https://github.com/ignacio/lua-appveyor-example) by @moteus and me. I still need to write a test runner of sorts.
* | Remove failing test. Try this some other time.Hisham Muhammad2015-03-261-1/+0
| |
* | Force package to be in cache.Hisham Muhammad2015-03-261-1/+1
| |
* | Add more simple tests.Hisham Muhammad2015-03-261-0/+9
| |
* | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham Muhammad2015-03-261-7/+13
|\ \
| * | Make localhost a known host.Hisham Muhammad2015-03-261-0/+1
| | |
| * | Try not to block checking server identification.Hisham Muhammad2015-03-261-0/+3
| | |
| * | Let's see if Travis allow sftp'ing to localhost.Hisham Muhammad2015-03-261-7/+9
| | |
* | | More small tests.Hisham Muhammad2015-03-261-2/+8
|/ /
* | Add trivial tests for `luarocks upload`Hisham Muhammad2015-03-261-1/+7
| |
* | luacov-coveralls overwrites luacov.report.out!Hisham Muhammad2015-03-251-7/+10
| |
* | luacov-coveralls did not exit with 0?Hisham Muhammad2015-03-251-2/+1
| |
* | Run luacov-coveralls from $testing_dirHisham Muhammad2015-03-251-1/+1
| |
* | Avoid tests that mess with the testing environment.Hisham Muhammad2015-03-251-4/+6
| |
* | Let's try CoverallsHisham Muhammad2015-03-251-3/+6
| |
* | Fix inconsistency in --homepage flag in `luarocks doc` and `luarocks ↵Hisham Muhammad2015-03-231-0/+1
| | | | | | | | | | | | write_rockspec`. `luarocks doc` now uses --home.