summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-10-07Don't use Docker for the test suite / use libremakepkgLuke Shumaker
2018-10-07db-move, db-remove: Require explicitly prefixing "pkgname=" to use pkgnameLuke Shumaker
2018-10-07test: db-move: Verify that it accepts pkgname [ci-skip]Luke Shumaker
2018-10-07test: db-remove: Verify that it handles pkgnames list differing between arche...Luke Shumaker
2018-10-07test: common.bash: Fixtures don't contain directories; drop "-r" from cpLuke Shumaker
2018-10-07Minor cosmetic improvementsLuke Shumaker
2018-10-07test/lib/common.bash: Add the bash-hint shebang used in other filesLuke Shumaker
2018-10-07Remove unused variablesLuke Shumaker
2018-10-07Improve quotingLuke Shumaker
2018-10-07Add a VCS=none that does nothing, use it instead of VCS=svnLuke Shumaker
2018-10-07test: Centralize all SVN access in to 'vcs*' functions in the 'common-svn.bas...Luke Shumaker
2018-10-07Don't parse .db files ourselves; use expac insteadLuke Shumaker
2018-10-07test: Resolve "TODO: Does not fail if one arch is missing"Luke Shumaker
2018-10-07test: db-remove: Verify that it accepts pkgname (in addition to pkgbase)Luke Shumaker
2018-10-07test: checkPackageDB(): Resolve "FIXME: We guess the location of the PKGBUILD"Luke Shumaker
2018-10-07test: Don't use "! cmd" except as the last statement in a functionLuke Shumaker
2018-10-07test: db-move: Verify that it works on single-arch packagesLuke Shumaker
2018-07-03test: Fix typoed variablesarchlinux/2018060320180603Luke Shumaker
2018-06-19test: BUILDDIR must be owned by build userEli Schwartz
2018-05-28pacman 5.1 compatibilityEli Schwartz
2018-04-08test/: Verify that db-update won't release duplicate packages in the same tra...Luke Shumaker
2018-03-21Fixups near unquoted variablesLuke Shumaker
2018-03-19Don't use `grep -q` when operating on piped stdinLuke Shumaker
2018-03-15test: Fixup glob matchingLuke Shumaker
2018-03-15test: common.bash:__getCheckSum: Don't rely on IFSLuke Shumaker
2018-02-20test: db-update: verify that PKGEXT(S) is treated as a globLuke Shumaker
2018-02-20Fix overloading PKGEXT to mean two things.Eli Schwartz
2018-02-15Add usage testsPierre Schmitz
2018-02-15PR-2: Allow i686 for testsPierre Schmitz
2018-02-15Use modern bash to append to strings/arrays.Eli Schwartz
2017-11-01Install required packages for testingPierre Schmitz
2017-07-11Use archlinux/base imagePierre Schmitz
2017-04-23Document test cases in a more readable formatPierre Schmitz
2017-04-23Move test cases and fixtures to more meaningful directoriesPierre Schmitz
2017-04-23Move package and db checks from test cases to libraryPierre Schmitz
2017-04-21Correctly use checkRemovedPackagePierre Schmitz
2017-04-20Reduce test dependenciesPierre Schmitz
2017-04-20Remove dependency on devtoolsPierre Schmitz
2017-04-20Allways build packages for all supported architecturesPierre Schmitz
2017-04-20Use tmpfs as build dirPierre Schmitz
2017-04-20Remove useless codePierre Schmitz
2017-04-20Move common checks to functionsPierre Schmitz
2017-04-20Extend check functions to handle 'any' packages as wellPierre Schmitz
2017-04-19Cache already built packagesPierre Schmitz
2017-04-19Switch from shuint2 to bats testing frameworkPierre Schmitz
2017-04-18Set PATH outside the test environmentPierre Schmitz
2017-04-18Mark private test functionsPierre Schmitz
2017-04-18Remove test for file database as this feature was moved to pacman/repo-add a ...Pierre Schmitz
2017-04-18Move package build and update functions to common libraryPierre Schmitz
2017-04-18use makepkg library instead of local function copiesPierre Schmitz