aboutsummaryrefslogtreecommitdiff
path: root/test/test_environment.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize test suite filesHisham Muhammad2018-01-081-781/+0
|
* Tests: expose `exist` function to specsHisham Muhammad2017-12-191-7/+7
|
* Tests: move mock-server utils into test_environment.luaHisham Muhammad2017-10-081-0/+37
| | | | | This avoids trouble with changing package.paths during tests.
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-13/+29
| | | | | | | | Let's take the opportunity of a new major version to make an important cleanup: getting rid of the error-prone unversioned configuration files. This drops support for: * Unversioned config.lua -> use config-5.x.lua * Unversioned luarocks/site_config.lua -> it always generates luarocks/core/site_config_5_x.lua * Unversioned lib/luarocks/rocks -> it always uses lib/luarocks/rocks-5.x
* Changes to the output of the test suiteHisham Muhammad2017-09-291-2/+1
|
* Merge branch 'luarocks-3'Hisham Muhammad2017-09-131-3/+3
|\
| * Merge branch 'master' into luarocks-3Peter Melnichenko2016-11-041-5/+5
| |\
| * \ Merge branch 'master' into luarocks-3Hisham2016-10-201-0/+1
| |\ \
| * | | Oops, messed with the module location.Hisham2016-10-191-2/+2
| | | |
| * | | Merge in Windows-compatible quoting.Hisham2016-10-191-2/+2
| | | |
| * | | Merge branch 'master' into luarocks-3Hisham2016-10-181-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-151-0/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-141-47/+152
| |\ \ \ \ \
| * | | | | | Tweak tests for luarocks-3 branch.Hisham2016-07-281-2/+2
| | | | | | |
* | | | | | | Clarify test_env.need_rock description wrt return valuePeter Melnichenko2017-09-111-1/+3
| | | | | | |
* | | | | | | Remove www. from rock repository URL in testsPeter Melnichenko2017-09-111-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | www.luarocks.org redirects to luarocks.org.
* | | | | | Add a test for conflict resolution with mixed deploy typesPeter Melnichenko2016-11-011-5/+5
| |_|_|_|/ |/| | | |
* | | | | Add a test for #302Peter Melnichenko2016-10-191-0/+1
| |_|_|/ |/| | |
* | | | Test case for issue #268Hisham2016-10-181-0/+1
| |_|/ |/| |
* | | Fix of openssl location on TravisCI OSX buildroboo2016-10-101-1/+1
| | |
* | | Fix of openssl location on TravisCI OSX buildroboo2016-10-101-0/+3
| |/ |/|
* | Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-081-3/+19
| |
* | Merge pull request #608 from keplerproject/mingwHisham Muhammad2016-08-231-5/+6
|\ \ | | | | | | Run Windows tests with MinGW
| * | Build Lua using the same compiler as the one we're testingHisham2016-08-221-1/+1
| | |
| * | Add support for testing using MinGWHisham2016-08-221-5/+6
| | |
* | | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-221-1/+2
|/ /
* | Remove unused global variablesroboo2016-08-221-3/+1
| |
* | Fix of test_environmentroboo2016-08-211-2/+2
| |
* | Windows and appveyor support for testsroboo2016-08-211-42/+131
|/
* Bug in installing LRroboo2016-07-211-4/+4
|
* Verbose mode addedroboo2016-07-191-8/+25
|
* Fix of mock server setuproboo2016-07-171-3/+3
|
* need_rock() added, new flag noreset environmentroboo2016-07-141-11/+12
|
* Infer Lua version using luarocks.cfg when not on travisPeter Melnichenko2016-07-081-26/+6
|
* Tests: add file/dir existence check utility functionPeter Melnichenko2016-07-081-14/+16
| | | | Use it instead of os.rename(path, path).
* Tests: adjust rock/rockspec downloadingPeter Melnichenko2016-07-081-26/+25
|
* Tests: adjust build_environmentPeter Melnichenko2016-07-081-7/+11
|
* Tests: utility function for marking sectionsPeter Melnichenko2016-07-081-11/+11
|
* Tests: move luarocks installation into its own functionPeter Melnichenko2016-07-081-13/+18
|
* Tests: adjust file/dir removing functionsPeter Melnichenko2016-07-081-13/+9
|
* Tests: move clean() into separate function, fix a patternPeter Melnichenko2016-07-081-7/+11
|
* Tests: remove optional .main() argumentsPeter Melnichenko2016-07-081-13/+10
|
* Tests: move config creation into its functionPeter Melnichenko2016-07-081-38/+44
|
* Tests: fix need_luasocket()Peter Melnichenko2016-07-081-11/+6
| | | | Return false if installation failed. Also, remove optional arguments.
* Tests: remove optional OS argument in hash_environmentPeter Melnichenko2016-07-081-14/+8
|
* Tests: fix config creation error handlingPeter Melnichenko2016-07-081-2/+1
|
* Tests: reformat help messagePeter Melnichenko2016-07-081-15/+21
|
* Tests: refactor config creationPeter Melnichenko2016-07-081-64/+81
|
* Tests: fix luabitop installation conditionPeter Melnichenko2016-07-081-1/+1
|
* Make env vars, paths and run commands available on test env loadPeter Melnichenko2016-07-081-52/+42
|