summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-24Makefile: Fiddle around to have `make check` and `make check-coverage` workLuke Shumaker
2018-04-11test: common.bash: Fix syntax mistake: $pkgarches[@] -> ${pkgarches[@]}Luke Shumaker
2018-04-11test: ftpdir-cleanup: Fix variable name mistake: ${pkg[0]} -> ${pkgs[0]}Luke Shumaker
2018-04-11Move package and db checks from test cases to libraryPierre Schmitz
2018-04-09Correctly use checkRemovedPackagePierre Schmitz
2018-04-06Reduce test dependenciesPierre Schmitz
2018-04-06Allways build packages for all supported architecturesPierre Schmitz
2018-04-06test: common.bash: Move __buildPackage() up in the fileLuke Shumaker
2018-04-06Remove useless codePierre Schmitz
2018-04-06Move common checks to functionsPierre Schmitz
2018-04-06Extend check functions to handle 'any' packages as wellPierre Schmitz
2018-04-06test: Don't direct {pushd,popd,svn,ftpdir-cleanup} to /dev/nullLuke Shumaker
2018-04-06test: Prefer to check status with 'run' and $statusLuke Shumaker
2018-04-06test: ftpdir-cleanup: "cleanup split packages": Correctly iterateLuke Shumaker
2018-04-06Mark private test functionsPierre Schmitz
2018-04-06Remove test for file database as this feature was moved to pacman/repo-add a ...Pierre Schmitz
2018-04-06Move package build and update functions to common libraryPierre Schmitz
2018-04-06test: common.bash: Move __buildPackage() down in the fileLuke Shumaker
2018-04-06db-update: Test package validationPierre Schmitz
2018-04-06db-update: Test if package cannot be added if svn is inconsistentPierre Schmitz
2018-04-06Avoid replacing the temporary dir by accidentPierre Schmitz
2018-04-06db-update: Disallow invalid package names [ci skip]Pierre Schmitz
2018-04-06ftpdir-cleanup: Test removal of old packagesPierre Schmitz
2018-04-06db-repo-remove: Test removal of 'any' packagesPierre Schmitz
2018-04-06db-repo-add: Fix adding of 'any' packagesPierre Schmitz
2018-04-06test: common.bash: Do better quoting when setting xbs-abs.conf:ARCHESLuke Shumaker
2018-04-06test: common.bash: checkPackageDB(): Require the DB file to existLuke Shumaker
2018-04-06test/Makefile: Share the package cache between test suite runsLuke Shumaker
2018-04-06test: common.bash: Be more careful about what we put in the package cachePierre Schmitz
2018-04-03test: common.bash:__getCheckSum: Don't rely on IFSLuke Shumaker
2018-04-03Cache already built packagesPierre Schmitz
2018-04-03test/lib/common.bash: Sign packages as part of __buildPackageLuke Shumaker
2018-04-03Signing packages is no longer optionalPierre Schmitz
2018-04-03Get rid of config:REQUIRE_SIGNATURE -- always require a signatureLuke Shumaker
2018-04-03db-update: Check that packages with invalid signatures wont get addedPierre Schmitz
2018-03-26test/: Disable non-applicable testsparabola/20180326Luke Shumaker
2018-03-26test/lib/common.bash: Misc touch-upLuke Shumaker
2018-03-26test/lib/common.bash: Final adjustments for BATSLuke Shumaker
2018-03-26test/lib/common.bash: Take advantage of DBSCRIPTS_CONFIGLuke Shumaker
2018-03-26test/lib/common.bash: Update for modern XBSLuke Shumaker
2018-03-26test/: Drop oneTimeSetUp(), call __buildPackage() on-demandLuke Shumaker
2018-03-26test/lib/common.bash: __buildPackage(): Fix upLuke Shumaker
2018-03-26test/lib/common.bash: Pull __buildPackage() out of oneTimeSetUp()Luke Shumaker
2018-03-26test/lib/common.bash: db-functions->libmakepkg/util.sh, config setupLuke Shumaker
2018-03-26test/: s/fail/die/gLuke Shumaker
2018-03-26test/: Adjust for set -eLuke Shumaker
2018-03-26test/: s/arch_svn/svn/g # Don't use db-functions fancinessLuke Shumaker
2018-03-26test/: Switch from shunit2 test runner to Makefile+BATS test runnerLuke Shumaker
2018-03-26test/: sed -ri -e 's,\.\./(db-|testing2x),\1,g' -e 's,\.\./cron-jobs/,,g' tes...Luke Shumaker
2018-03-26test/cases/*.bats: convert from shunit2 tests to BATS testsLuke Shumaker