summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/exe/opkbuild.sh: Handle missing md5sumsPatrick McDermott2019-03-181-5/+17
|
* tests/exe/opkbuild.sh: New test filePatrick McDermott2019-03-182-1/+89
|
* tests/data/pkg/build: New filePatrick McDermott2019-03-182-0/+7
|
* tests/.gitignore: Update test package patternsPatrick McDermott2019-03-181-4/+1
|
* tests/local.mk: Clean tests/data.build/Patrick McDermott2019-03-181-0/+3
|
* tests/local.mk: Fix OB_*_BUILDDIRPatrick McDermott2019-03-181-2/+2
|
* tests/aux/common.sh: Copy test package files to build directoryPatrick McDermott2019-03-1813-14/+17
|
* tests/exe/opkbuild_version.sh: Show outputPatrick McDermott2019-03-181-1/+4
|
* tests/local.mk: Distribute test package filesPatrick McDermott2019-03-181-1/+12
|
* tests/exe/ob-genchanges.sh: New test filePatrick McDermott2019-03-183-1/+54
|
* tests/exe/ob-buildopk.sh: New test filePatrick McDermott2019-03-183-1/+78
|
* tests/exe/ob-gencontrol.sh: New test filePatrick McDermott2019-03-182-1/+68
|
* tests/exe/ob-installdocs.sh: New test filePatrick McDermott2019-03-182-1/+43
|
* tests/aux/common.sh: Set OPK_PACKAGES and OPK_PACKAGES_REDUCEDPatrick McDermott2019-03-181-1/+2
|
* tests/pkg/: Add more filesPatrick McDermott2019-03-186-0/+22
|
* tests/.gitignore: Exclude tests/pkg/foo-1.0.orig.tar.gzPatrick McDermott2019-03-181-0/+1
|
* tests/aux/setup.sh: RemovePatrick McDermott2019-03-173-63/+2
|
* tests/pkg/, tests/src/: AddPatrick McDermott2019-03-176-2/+15
|
* ob-applypatches: Track and skip applied patchesPatrick McDermott2019-03-171-1/+1
|
* tests/exe/ob-applypatches.sh: New test filePatrick McDermott2019-03-172-1/+43
|
* tests/.gitignore: Exclude tests/src/Patrick McDermott2019-03-171-0/+1
|
* tests/aux/common.sh: Define FOO_SH_PATCHEDPatrick McDermott2019-03-171-0/+5
|
* tests/aux/setup.sh: Make a patchPatrick McDermott2019-03-171-0/+11
|
* tests/aux/common.sh: Move cd commandPatrick McDermott2019-03-171-2/+2
|
* tests/aux/setup.sh: Make source filePatrick McDermott2019-03-173-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 filePatrick McDermott2019-03-171-1/+1
|
* tests/aux/common.sh: Set SPF 2.0 env varsPatrick McDermott2019-03-174-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 filePatrick McDermott2019-03-172-1/+54
|
* tests/local.mk: Make paths in env vars absolutePatrick McDermott2019-03-171-2/+2
|
* tests/aux/setup.sh: Drop pointless cdPatrick McDermott2019-03-171-2/+0
|
* tests/aux/common.sh: cd to test package work areaPatrick McDermott2019-03-171-0/+2
|
* tests/aux/setup.sh: Write files with cat and here-documentsPatrick McDermott2019-03-171-5/+17
| | | | This is clearer than printf.
* tests/aux/setup.sh: Make test package under tests build dirPatrick McDermott2019-03-173-1/+4
|
* tests/exe/ob-buildenv.sh: Move test package setup to tests/aux/setup.shPatrick McDermott2019-03-173-12/+31
|
* tests/exe/ob-buildenv.sh: Write control and changelog filesPatrick McDermott2019-03-171-0/+4
|
* tests/local.mk: s/LIBDATADIR/SHLD_LIBRARY_PATH/Patrick McDermott2019-03-171-1/+1
|
* tests/local.mk: Distribute tests/aux/common.shPatrick McDermott2019-03-171-1/+2
|
* tests/exe/ob-buildenv.sh: New test filePatrick McDermott2019-03-172-1/+55
|
* tests/aux/common.sh: Add new function cmd_is()Patrick McDermott2019-03-171-1/+35
|
* tests/local.mk: Use absolute paths in SH_LOG_DRIVER env varsPatrick McDermott2019-03-171-4/+4
|
* tests/aux/common.sh: Move is() from tests/lib/ob_parse_changelog.shPatrick McDermott2019-03-172-17/+36
|
* tests/exe/opkbuild_version.sh: New test filePatrick McDermott2019-03-172-1/+38
|
* .gitignore: Move test log/results patterns to tests/.gitignorePatrick McDermott2019-03-171-0/+2
|
* tests/*.sh: Move to tests/lib/Patrick McDermott2019-03-177-6/+6
|
* tests/*.sh: set -uPatrick McDermott2019-03-166-6/+6
|
* lib/, locale/, tests/: Update copyright yearsPatrick McDermott2019-03-161-1/+1
|
* tests/local.mk: Set OB_LIB_BUILDDIR in SH_LOG_DRIVERPatrick McDermott2019-03-161-0/+1
|
* tests/ob_match_arch.sh: RemovePatrick McDermott2019-03-142-66/+0
|
* tests/ob_match_arch.sh: Drop "all" host arch testsPatrick McDermott2019-03-141-11/+1
|
* tests/ob_arch_is_concerned.sh: Add more test casesPatrick McDermott2019-03-141-1/+43
| | | | These are similar to test cases in tests/ob_match_arch.sh.