aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty10 days1-0/+3
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1631-31/+0
* pkill: tests: do a pass for case-sensitive conflictsKyle Evans2023-03-209-8/+8
* pkill: use an ARG_MAX size buffer for argument matchingKyle Evans2023-03-203-0/+187
* bin/pkill: Fix {pgrep,pkill}-j_test.shAlex Richardson2021-02-132-34/+37
* Increase timeouts so tests have more chances to succeedRuslan Bukin2016-10-192-7/+7
* Increase timeout so low-end platforms have a chance to complete testRuslan Bukin2016-10-171-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Make pkill/pgrep -j ARG take jname, not just jid.Jamie Gritton2015-08-222-2/+53
* Disguising stderr from jls generally considered harmfulEnji Cooper2015-02-212-2/+4
* Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testEnji Cooper2015-02-141-75/+66
* Simplify jail_name_to_jid and try to be more fault tolerant when scanning forEnji Cooper2015-02-141-15/+14
* Call wait to ensure that background processes have diedEnji Cooper2015-02-131-0/+2
* Parameterize out the amount of sleep done in each testEnji Cooper2015-02-121-9/+12
* Refactor the testsEnji Cooper2015-02-121-59/+48
* Add debugging output to help track down the recent Jenkins failuresEnji Cooper2015-02-121-3/+3
* Fix pkill unit tests.Craig Rodrigues2014-09-302-53/+106
* Skip pgrep-j and pkill-j if jail or jls is not installed.Alan Somers2014-08-141-0/+2
* Migrate tools/regression/usr.bin/pkill to the new tests layout.Julio Merino2014-03-1929-0/+1047