summaryrefslogtreecommitdiff
path: root/test/testenv
AgeCommit message (Collapse)Author
2020-11-20housekeepingbill-auger
2020-11-20whitespacebill-auger
2018-10-02test: librerelease: Add tests for the actual runLuke Shumaker
https://labs.parabola.nu/issues/1411 https://labs.parabola.nu/issues/1412 I have verified that the test fails with commit 0b8606e0cd0e1aedfe222d4d6603c4986aacb7b5 ("librerelease: Fix rmdir failing") reverted.
2018-10-01test: testenv: Clean up the sudo hackLuke Shumaker
2018-10-01test: testenv: Group the list of variables in _sudo()Luke Shumaker
2018-10-01test: testenv: Use the correct paths in makepkg.d/librefetch.confLuke Shumaker
Instead of having librefetch-test.sh do it.
2018-09-30test: Have $HOME be owned by test-common.sh instead of testenvLuke Shumaker
2018-09-30test: Have $chrootdir be owned by testenv instead of test-common.shLuke Shumaker
2018-09-29test: Have GPG stop dropping private keys in my home directoryLuke Shumaker
2018-07-31Begone with XBSLuke Shumaker
2018-05-30test/libremakepkg: Verify that it correctly handles source signatures [ci-skip]Luke Shumaker
2018-05-30test/testenv: Don't "eval" the arguments; treat them as real argsLuke Shumaker
This means you now need to use 'bash -c' to do things like pipelines.
2018-05-30test/testenv: Wrap entire thing in {}Luke Shumaker
2017-07-09testenv: make resilient to changes in config.mkLuke Shumaker
2017-06-21test: conf.sh: verify that LIBREUSER is correct when `sudo sudo -u $LIBREUSER`Luke Shumaker
https://labs.parabola.nu/issues/1372
2015-01-04Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵Luke Shumaker
of errors
2014-10-01conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001Luke Shumaker
2014-10-01clean up shebangsLuke Shumaker
2014-06-20fiddle with file locationsLuke Shumaker
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid.
2013-10-15testenv: verify that there is a command passedLuke Shumaker
I keep running it without any arguments, thinking that I am now working inside of the test environment, when really it just exited right away with a 0 status.
2013-09-11test: tidy upLuke 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-09-11test: change how we do sudo (to make sure we stay in the test environment)Luke Shumaker
2013-09-11test: testenv: clean up, set HOME, don't require user to be in test/Luke Shumaker
2013-09-11Makefile: don't have directory-targets share namespace with project-targetsLuke Shumaker
2013-06-23mv src/librelib src/lib/ # and split librelib into a separate packageLuke Shumaker
2013-06-05add a system to skip tests that require networking or sudo.Luke Shumaker
2013-06-05testenv: do a better job of cleaning up temorary filesLuke Shumaker
2013-06-05test/{runtests => testenv}: make it easy to enter a test shellLuke Shumaker
Move 'runtests' to 'testenv', and have it execute the arguments instead of roundup. Have Makefile pass it 'roundup' as an argument.