index
:
packages/libretools
fauno/newroot
fauno/recutils
lukeshu/librecheck
master
ticgit
mirror of git://projects.parabola.nu/packages/libretools.git
Parabola git mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
librechroot-test.sh
Age
Commit message (
Collapse
)
Author
2013-10-15
librechroot: (bugfix) Use the correct exit status if stdout isn't a TTY.
v20131015
Luke Shumaker
Because of the work-around for systemd-nspawn's buggy I/O, it was discarding the exit status if stdout wasn't a TTY. My work-around for *this* is to set -o pipefail.
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: set LANG=C when parsing the output
Luke Shumaker
2013-09-11
test: change how we do sudo (to make sure we stay in the test environment)
Luke Shumaker
2013-06-05
librechroot: fix clean-repo
v20130605.1
Luke Shumaker
2013-06-05
chroot.conf: configure CHROOTEXTRAPKG to be empty by default
v20130605
testing-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
unit tests: make XDG_CONFIG_HOME not exist when checking usage text
Luke Shumaker
2013-06-05
unit tests: sudo was unsetting LIBRETOOLS_LIBDIR
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-05-28
librechroot: fix typos, add unit test
testing-20130528.2
Luke Shumaker