Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/exe/ob-applypatches.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+43 |
| | |||||
* | tests/.gitignore: Exclude tests/src/ | Patrick McDermott | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | tests/aux/common.sh: Define FOO_SH_PATCHED | Patrick McDermott | 2019-03-17 | 1 | -0/+5 |
| | |||||
* | tests/aux/setup.sh: Make a patch | Patrick McDermott | 2019-03-17 | 1 | -0/+11 |
| | |||||
* | tests/aux/common.sh: Move cd command | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
| | |||||
* | tests/aux/setup.sh: Make source file | Patrick McDermott | 2019-03-17 | 3 | -8/+16 |
| | | | | | | | Move from tests/exe/ob-unpacksource.sh. tests/aux/common.sh needs a copy of FOO_SH's definition for use by tests/exe/ob-unpacksource.sh. | ||||
* | tests/exe/ob-unpacksource.sh: Add trailing newline to test package source file | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/aux/common.sh: Set SPF 2.0 env vars | Patrick McDermott | 2019-03-17 | 4 | -24/+44 |
| | | | | | | Don't bother setting these in every test script. Also set a non-native package version in tests/aux/setup.sh. | ||||
* | tests/exe/ob-unpacksource.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+54 |
| | |||||
* | tests/local.mk: Make paths in env vars absolute | Patrick McDermott | 2019-03-17 | 1 | -2/+2 |
| | |||||
* | tests/aux/setup.sh: Drop pointless cd | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | |||||
* | tests/aux/common.sh: cd to test package work area | Patrick McDermott | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | tests/aux/setup.sh: Write files with cat and here-documents | Patrick McDermott | 2019-03-17 | 1 | -5/+17 |
| | | | | This is clearer than printf. | ||||
* | tests/aux/setup.sh: Make test package under tests build dir | Patrick McDermott | 2019-03-17 | 3 | -1/+4 |
| | |||||
* | tests/exe/ob-buildenv.sh: Move test package setup to tests/aux/setup.sh | Patrick McDermott | 2019-03-17 | 3 | -12/+31 |
| | |||||
* | tests/exe/ob-buildenv.sh: Write control and changelog files | Patrick McDermott | 2019-03-17 | 1 | -0/+4 |
| | |||||
* | tests/local.mk: s/LIBDATADIR/SHLD_LIBRARY_PATH/ | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | tests/local.mk: Distribute tests/aux/common.sh | Patrick McDermott | 2019-03-17 | 1 | -1/+2 |
| | |||||
* | tests/exe/ob-buildenv.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+55 |
| | |||||
* | tests/aux/common.sh: Add new function cmd_is() | Patrick McDermott | 2019-03-17 | 1 | -1/+35 |
| | |||||
* | tests/local.mk: Use absolute paths in SH_LOG_DRIVER env vars | Patrick McDermott | 2019-03-17 | 1 | -4/+4 |
| | |||||
* | tests/aux/common.sh: Move is() from tests/lib/ob_parse_changelog.sh | Patrick McDermott | 2019-03-17 | 2 | -17/+36 |
| | |||||
* | tests/exe/opkbuild_version.sh: New test file | Patrick McDermott | 2019-03-17 | 2 | -1/+38 |
| | |||||
* | .gitignore: Move test log/results patterns to tests/.gitignore | Patrick McDermott | 2019-03-17 | 1 | -0/+2 |
| | |||||
* | tests/*.sh: Move to tests/lib/ | Patrick McDermott | 2019-03-17 | 7 | -6/+6 |
| | |||||
* | tests/*.sh: set -u | Patrick McDermott | 2019-03-16 | 6 | -6/+6 |
| | |||||
* | lib/, locale/, tests/: Update copyright years | Patrick McDermott | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | tests/local.mk: Set OB_LIB_BUILDDIR in SH_LOG_DRIVER | Patrick McDermott | 2019-03-16 | 1 | -0/+1 |
| | |||||
* | tests/ob_match_arch.sh: Remove | Patrick McDermott | 2019-03-14 | 2 | -66/+0 |
| | |||||
* | tests/ob_match_arch.sh: Drop "all" host arch tests | Patrick McDermott | 2019-03-14 | 1 | -11/+1 |
| | |||||
* | tests/ob_arch_is_concerned.sh: Add more test cases | Patrick McDermott | 2019-03-14 | 1 | -1/+43 |
| | | | | These are similar to test cases in tests/ob_match_arch.sh. | ||||
* | tests/ob_parse_dep.sh: Update option letter | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 2 | -23/+23 |
| | |||||
* | tests/*.sh: set -e | Patrick McDermott | 2019-03-13 | 7 | -0/+14 |
| | |||||
* | tests/ob_parse_dep.sh: Replace echo and improve quotes in eval cmd | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | ob_parse_changelog(): Pass args, not global vars, to cb | Patrick McDermott | 2019-03-11 | 1 | -20/+44 |
| | | | | And update test file. | ||||
* | ob_parse_control(): Add a user_data operand | Patrick McDermott | 2019-01-05 | 1 | -4/+7 |
| | |||||
* | ob_parse_control(): Pass field name and value as args | Patrick McDermott | 2019-01-05 | 1 | -8/+19 |
| | |||||
* | tests/ob_parse_control.sh: New test file | Patrick McDermott | 2019-01-05 | 2 | -1/+99 |
| | |||||
* | tests/ob_parse_changelog.sh: Verify premature end to parsing | Patrick McDermott | 2018-12-28 | 1 | -1/+8 |
| | |||||
* | tests/ob_parse_changelog.sh: New test file | Patrick McDermott | 2018-12-28 | 2 | -1/+134 |
| | |||||
* | Move code from Makefile.am to tests/local.mk | Patrick McDermott | 2018-12-27 | 1 | -0/+12 |
| | |||||
* | Makefile.am, tests/*.sh: Set and use source and build dir env vars | Patrick McDermott | 2018-12-24 | 5 | -25/+10 |
| | |||||
* | tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 5 | -5/+5 |
| | |||||
* | tests/*.sh: Update copyright holder name | Patrick McDermott | 2018-12-24 | 5 | -5/+5 |
| | |||||
* | tests/ob_match_arch.sh: Fix header comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/*.sh: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 5 | -45/+45 |
| | |||||
* | tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵ | Patrick McDermott | 2018-12-24 | 2 | -32/+32 |
| | | | | s/core-linux-eglibc/amd64-linux-glibc/g | ||||
* | tests/ob_parse_dep.sh: Convert to TAP | Patrick McDermott | 2018-12-24 | 3 | -115/+119 |
| | |||||
* | tests/ob_reduce_deps.sh: Correct a comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| |