Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-10listed_ports: Only sort with OVERLAYS.Bryan Drewery
2019-12-10Add -a overlay tests and fix -a duplicatesBryan Drewery
2019-12-10tests: Allow multiple OVERLAYS for laterBryan Drewery
2019-12-10Rearrange test ports trees a bitBryan Drewery
2019-12-10Add some non -a overlay tests.Bryan Drewery
2019-12-10cd: Auto update RELATIVE_PATH_VARSBryan Drewery
2019-12-09getvar: Adopt dteske's APIBryan Drewery
2019-12-09relpath: Adopt dteske's APIBryan Drewery
2019-10-03Always prep before running testsBryan Drewery
2019-10-03Add missing prep.sh for commit da7d687Bryan Drewery
2019-10-03cirrus: Prep test jail in its own scriptBryan Drewery
2019-09-18test: Build test jail inside of test/ and make its name unique to checkout.Bryan Drewery
2019-09-18test: Update jail to 11.3 as 11.2 is EOL in a monthBryan Drewery
2019-09-18tests: Avoid downloading /usr/src distributionBryan Drewery
2019-09-17Bump the version of the jail to a supported oneBaptiste Daroussin
2019-08-28Fix tests running in a jail with mismatched kernelBryan Drewery
2019-08-28Move test/ports to test-ports for git-grep sakeBryan Drewery
2019-08-03IGNORE: Keep ignored/skipped packages in the .ports.queued/HTML queued list.Bryan Drewery
2019-08-03IGNORE: Restore old accounting method for skipped/ignored.Bryan Drewery
2019-08-03IGNORE: Fix and test that IGNORE takes precedence over skippedBryan Drewery
2019-08-02Add bulk IGNORE testsBryan Drewery
2019-08-02Avoid extra trailing spaces (_expanded is a NOP change)Bryan Drewery
2019-05-16Update test ports tree Mk/ and some ports from head r495535Bryan Drewery
2019-05-16tests: Properly use make.conf and set perl5 defaultBryan Drewery
2019-05-16shash_exits: Check for key existing without readingBryan Drewery
2019-02-28Only enable pipefail if the shell supports it.Bryan Drewery
2019-02-28prefix_output tests: Add timestamp/non-timestamp testing.Bryan Drewery
2019-02-28prefix_stderr_quick: Resolve the pipefail issue finally.Bryan Drewery
2019-02-28Add basic tests for prefix functions.Bryan Drewery
2018-11-19mapfile: Add test to ensure inner loop works properlyBryan Drewery
2018-10-25runtest: Close stdin to avoid promptsBryan Drewery
2018-04-24bulk tests: Don't let system perl interfere with the partial tree used.Bryan Drewery
2018-03-15Add shash_remove_varBryan Drewery
2018-03-05mapfile test: Jenkins is leaking in fd 8 for some reasonBryan Drewery
2018-03-05mapfile tests: Add debugging for failure in JenkinsBryan Drewery
2018-03-05mapfile test: Don't exit 1 in jailBryan Drewery
2018-03-05mapfile test: Don't bother with procstat in jail as it is often not compat.Bryan Drewery
2018-03-05Fix test failing inside of testport -iBryan Drewery
2018-03-03mapfile: Distinguish fd leak failuresBryan Drewery
2018-02-17Add mapfileBryan Drewery
2018-02-13read_file no longer writes to stderr on missing fileBryan Drewery
2018-02-13read_file: Cleanup a few things.Bryan Drewery
2018-02-13Add read_file testsBryan Drewery
2018-02-13list_remove: Return failure if item not in listBryan Drewery
2018-02-13Add list_containsBryan Drewery
2018-02-13decode_args is quite slow due to forkingBryan Drewery
2018-02-13Add basic hash testBryan Drewery
2018-02-08Add trap_push/pop builtinsBryan Drewery
2018-02-07assert: Properly check for newline differencesBryan Drewery
2018-02-07Fix assert_notBryan Drewery