Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-17 | fix tests | Luke Shumaker | |
- properly set SRCPOOL - have SVNREPO point to the checkout, not the server repo - in case TMPDIR has a symlink in it, use `readlink -e` on both sides of inspecting symlinks. - use `grep {pattern} &>/dev/null` instead of `grep -q {pattern}`. Because `grep -q` is able to bail early, a program being piped in to it may spit out a message about a write error to stderr. | |||
2013-06-16 | Don't make assumptions about the host architecture. | Luke Shumaker | |
2013-06-12 | test/: use libremakepkg instead of arch-*build | Luke Shumaker | |
2013-01-31 | db-update: Ignore forgeign staging packages | Pierre Schmitz | |
2012-10-27 | Add the possibility to run all svn commands with a different user | Pierre Schmitz | |
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password | |||
2012-10-03 | test: Do not suppress devtools output | Pierre Schmitz | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | |
2011-03-26 | Adjust test for latest devtools; Be less generic with package extension | Pierre Schmitz | |
2011-03-23 | Add support for packages which use the epoch variable | Pierre Schmitz | |
2011-01-27 | test: add testUpdateSameAnyPackageToSameRepository | Pierre Schmitz | |
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz | |
2010-11-25 | Split tests into several files | Pierre Schmitz | |
* tests can be run seperatly * runTest will run all tests that have the x bit set |