Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/include-new-version-binary-removed-no-gc.sh: New test file | Patrick McDermott | 2018-06-29 | 2 | -0/+54 |
| | |||||
* | tests/include-new-version-binary-removed.sh: New test file | Patrick McDermott | 2018-06-29 | 2 | -0/+76 |
| | |||||
* | src/garbage.sh: Add return statements | P. J. McDermott | 2017-08-03 | 1 | -0/+4 |
| | |||||
* | try_rmdir(): Refactor | P. J. McDermott | 2017-08-03 | 1 | -4/+6 |
| | | | | Explicitly return either 0 or 1 and slightly improve logic readability. | ||||
* | src/cmd.sh: Add return statements | P. J. McDermott | 2017-08-03 | 1 | -0/+7 |
| | |||||
* | NEWS: Mention test suite | P. J. McDermott | 2017-07-23 | 1 | -0/+2 |
| | |||||
* | tests/*.sh: Add copyright notices | P. J. McDermott | 2017-07-23 | 12 | -0/+24 |
| | |||||
* | tests/remove-suite.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+62 |
| | |||||
* | tests/*.sh: Add ":" to end for zero exit status | P. J. McDermott | 2017-07-23 | 11 | -0/+22 |
| | |||||
* | tests/include.sh: Check suite manifest | P. J. McDermott | 2017-07-23 | 1 | -1/+7 |
| | |||||
* | tests/copy-suite-existing.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+84 |
| | |||||
* | tests/copy-suite-new-version-refcnt.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+54 |
| | |||||
* | tests/copy-suite.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+61 |
| | |||||
* | tests/include-existing.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -0/+65 |
| | |||||
* | tests/remove-no-gc.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+55 |
| | |||||
* | tests/remove.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+66 |
| | |||||
* | tests/process-incoming.sh: Fix line wrapping | P. J. McDermott | 2017-07-23 | 1 | -2/+2 |
| | |||||
* | tests/include-new-version-no-gc.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -0/+50 |
| | |||||
* | tests/include-new-version.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -0/+93 |
| | |||||
* | tests/process-incoming.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+109 |
| | |||||
* | tests/aux/opk.sh: Generate *.changes and *.opk in incoming/ | P. J. McDermott | 2017-07-23 | 1 | -1/+6 |
| | |||||
* | tests/include.sh: New test file | P. J. McDermott | 2017-07-23 | 2 | -1/+84 |
| | |||||
* | tests/aux/opk.sh: New file | P. J. McDermott | 2017-07-23 | 2 | -1/+89 |
| | |||||
* | tests/version.sh: Use tests/aux/init.sh | P. J. McDermott | 2017-07-23 | 1 | -5/+4 |
| | |||||
* | tests/aux/init.sh: New file | P. J. McDermott | 2017-07-23 | 2 | -0/+60 |
| | |||||
* | tests/aux/defs.sh.in: New file | P. J. McDermott | 2017-07-23 | 2 | -0/+3 |
| | |||||
* | Makefile.am: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Override PACKAGE_STRING with git-describe output | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| | | | | This makes the test suite output and log a little more informative. | ||||
* | tests/version.sh: New test file | P. J. McDermott | 2017-07-22 | 2 | -1/+35 |
| | |||||
* | tests/aux/tap-functions.sh: Drop `set -x` | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | Makefile.am: s/TEST_LOG_DRIVER/SH_LOG_DRIVER/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Set TEST_EXTENSIONS and TEST_LOG_DRIVER | P. J. McDermott | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | Makefile.am, tests/local.mk: s/tests/TESTS/ | P. J. McDermott | 2017-07-22 | 2 | -2/+2 |
| | |||||
* | configure.ac: Require build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | tests/aux/tap-functions.sh: New file | P. J. McDermott | 2017-07-22 | 2 | -1/+233 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | .gitignore: Include tests/aux/ | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Distribute build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | |||||
* | build-aux/tap-driver.sh: New file | P. J. McDermott | 2017-07-22 | 1 | -0/+651 |
| | | | | Copied from lib/tap-driver.sh in GNU Automake. | ||||
* | .gitignore: Include build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -3/+4 |
| | |||||
* | `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'` | P. J. McDermott | 2017-07-22 | 18 | -18/+18 |
| | |||||
* | cmd/version: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | NEWS: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | load_locale(): Add missing argument to error() | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention use of git-describe | P. J. McDermott | 2017-07-22 | 1 | -0/+2 |
| | |||||
* | load_locale(): Throw an error, not a warning, on missing locale | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | HACKING: Remove | P. J. McDermott | 2017-07-22 | 1 | -42/+0 |
| | |||||
* | NEWS: Note in-place execution and out-of-tree builds | P. J. McDermott | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | Makefile.am: Generate .builddirstamp | P. J. McDermott | 2017-07-22 | 1 | -1/+7 |
| | |||||
* | load_locale(): Automatically set localedir when in build dir | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | main(): Detect execution from build directory | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| |