Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-11 | test/test-common.sh: Ensure that an old gpg-agent isn't running. | Luke Shumaker | |
It is possible that the gpg has been updated since the user's gpg-agent was started; this will cause mysterious errors, as they will detect the version mismatch. If the user isn't running a gpg-agent, then one will be started. However, it will persist longer than useful, and it will be left looking at a .gnupg directory that no longer exists. It's just not worth the trouble to let an existing agent keep running. | |||
2017-04-11 | test/test-common.sh: Put the test name in the tmpdir path. | Luke Shumaker | |
2017-04-11 | test/test-common.sh: Improve btrfs-aware rm-rf cleanup | Luke Shumaker | |
2017-04-11 | test/: Tidy before()/after() definitions. | Luke Shumaker | |
2017-04-11 | test: Do a better job of cleaning up chroots. | Luke Shumaker | |
2017-02-14 | Add librechroot delete tests. | Luke Shumaker | |
2015-05-20 | Use #!/hint/bash instead of the more verbose comment | Luke Shumaker | |
2014-10-01 | clean up shebangs | Luke Shumaker | |
2014-02-02 | test: `! true` doesn't trip `set -e`, do subshell magic | Luke Shumaker | |
2014-01-19 | libremakepkg: Check the permissions of the bind-mounted directoriestesting-20140119 | Luke Shumaker | |
2014-01-05 | test/: re-jigger the chroot tests to be fast on btrfs | Luke Shumaker | |
2013-10-04 | test: Avoid letting environmental variables affect things | Luke Shumaker | |
2013-09-30 | test-common.sh: add an empty() routine to check if a file is empty, use it | Luke Shumaker | |
2013-09-12 | test: tidy up, make everything use test-common.sh | Luke Shumaker | |
2013-09-11 | test: tidy up | Luke Shumaker | |
- libremakepkg: set BLACKLIST, as it will be used when checking the PKGBUILD - test-common.sh: make sure that $HOME isn't the default, so we don't trash the user's home directory if accidentally run outside of testenv - testenv: don't worry about adding dest/usr/sbin to the path | |||
2013-06-05 | add a system to skip tests that require networking or sudo. | Luke Shumaker | |