Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-08 | librestage: handle PKGDEST better, fix testsv20130608 | Luke Shumaker | |
2013-06-08 | libreblacklist: fix a few bugs | Luke Shumaker | |
- set -e didn't work in blacklist-update when followed by || - it prompted before overwriting the local blacklist | |||
2013-06-08 | is_built: make the version optional | Luke Shumaker | |
2013-06-05 | librechroot: fix clean-repov20130605.1 | Luke Shumaker | |
2013-06-05 | chroot.conf: configure CHROOTEXTRAPKG to be empty by defaultv20130605testing-20130605 | Luke Shumaker | |
2013-06-05 | add a system to skip tests that require networking or sudo. | Luke Shumaker | |
2013-06-05 | fix the tests to work when libretools isn't installed | Luke Shumaker | |
2013-06-05 | testenv: do a better job of cleaning up temorary files | Luke Shumaker | |
2013-06-05 | test/.gitignore: ignore roundup temporary files | Luke Shumaker | |
2013-06-05 | unit tests: make XDG_CONFIG_HOME not exist when checking usage text | Luke Shumaker | |
2013-06-05 | librelib: print to stderr if it can't find the library | Luke Shumaker | |
2013-06-05 | unit tests: sudo was unsetting LIBRETOOLS_LIBDIR | Luke Shumaker | |
2013-06-05 | add unit tests for aur and is_built | Luke Shumaker | |
2013-06-05 | librestage: clean up, add unit tests | Luke Shumaker | |
Contained the text "# TODO refactor this", and I can't just stick to that fragment of code, can I? I actually didn't change too much, despite what the diff looks like. - move everything into a main() routine - redo the usage() text - rename a few variables - fix where "${#repos}" should have been "${#repos[@]}" - use [[...]] instead of [...] - use "if A; then B; else C; fi" instead of "A || C && B" - use CARCH instead of looping over every possible architecture. - only look for files that match PKGEXT, as set in makepkg.conf - pull out duplicate code for error handling - don't warn when creating "staging/REPONAME" | |||
2013-06-05 | add a few tests for libremakepkg | Luke Shumaker | |
2013-06-05 | lib/conf.sh: respect a customized HOME variable | Luke Shumaker | |
2013-06-05 | Add tests for librechroot's help system, make them pass. | Luke Shumaker | |
They didn't pass because on several errors it printed to stdout, not stderr | |||
2013-06-05 | make the librelib 0-args test more strict | Luke Shumaker | |
2013-06-05 | Add tests for the libreblacklist help system, make them pass. | Luke Shumaker | |
2013-06-05 | Fix tests for networks that have a host on them named "phony". | Luke Shumaker | |
I was using "http://phony" as a URL that would fail to be retrieved. Well, I'm currently on a network (Chick-fil-A Wifi) that returns a web search for unknown hostnames. So, now I use "phony://example.com". | |||
2013-06-05 | reorganize the tests a bit | Luke Shumaker | |
2013-06-05 | test/{runtests => testenv}: make it easy to enter a test shell | Luke Shumaker | |
Move 'runtests' to 'testenv', and have it execute the arguments instead of roundup. Have Makefile pass it 'roundup' as an argument. | |||
2013-05-28 | librechroot: fix typos, add unit testtesting-20130528.2 | Luke Shumaker | |
2013-05-27 | fix a bug in conf.sh (from the get_files->list_files switch), add unit testtesting-20130528 | Luke Shumaker | |
2013-05-27 | fix and add unit tests | Luke Shumaker | |
2013-05-27 | add tests for libreblacklist, fix a few bugs | Luke Shumaker | |
2013-05-27 | add (some) unit tests for librelib and libremessages | Luke Shumaker | |
2013-05-27 | Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree | Luke Shumaker | |