| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Refactor implementation into separate files | Tavian Barnes | 2023-10-19 | 1 | -812/+12 |
* | tests: Update bash coding style | Tavian Barnes | 2023-10-19 | 1 | -32/+32 |
* | tests: Clean up colorization | Tavian Barnes | 2023-10-19 | 1 | -76/+102 |
* | tests: Use the ERR trap to print the failing command | Tavian Barnes | 2023-10-19 | 1 | -4/+46 |
* | tests: Fix uses of $? with set -e | Tavian Barnes | 2023-10-19 | 1 | -10/+12 |
* | tests: New defer function | Tavian Barnes | 2023-10-19 | 1 | -1/+29 |
* | tests: Rename --noclean -> --no-clean | Tavian Barnes | 2023-10-19 | 1 | -3/+3 |
* | tests: Always create the scratch directory | Tavian Barnes | 2023-10-13 | 1 | -0/+2 |
* | tests: Don't crash if unbuffer isn't installed | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
* | tests: Check for expect_unbuffer too | Tavian Barnes | 2023-10-06 | 1 | -2/+8 |
* | tests: New bfs_pty wrapper for unbuffer | Tavian Barnes | 2023-10-06 | 1 | -0/+14 |
* | tests: Respect $NO_COLOR | Tavian Barnes | 2023-10-05 | 1 | -9/+15 |
* | tests: Fix make_deep() on FreeBSD | Tavian Barnes | 2023-10-02 | 1 | -9/+10 |
* | tests: Don't cd into paths longer than PATH_MAX | Tavian Barnes | 2023-10-02 | 1 | -12/+8 |
* | color: TTY-escape filenames | Tavian Barnes | 2023-07-13 | 1 | -0/+1 |
* | tests/bfs/color: Add mixed-case extensions | Tavian Barnes | 2023-06-29 | 1 | -1/+3 |
* | build: Fix tsan | Tavian Barnes | 2023-04-12 | 1 | -5/+6 |
* | Replace license boilerplate with SPDX tags | Tavian Barnes | 2023-01-25 | 1 | -15/+2 |
* | tests: Use bfs_sudo wrapper instead of testing $SUDO | Tavian Barnes | 2022-12-29 | 1 | -15/+25 |
* | tests: Save test stderr to separate files | Tavian Barnes | 2022-12-16 | 1 | -2/+2 |
* | tests: Fail early in bfs_diff if the diff fails | Tavian Barnes | 2022-12-16 | 1 | -10/+3 |
* | tests: Print the skip reason for --verbose=skipped | Tavian Barnes | 2022-12-16 | 1 | -4/+9 |
* | tests: Turn on set -e | Tavian Barnes | 2022-12-16 | 1 | -5/+13 |
* | tests: Move crash detection into invoke_bfs, use ! instead of fail | Tavian Barnes | 2022-12-16 | 1 | -11/+5 |
* | tests: Replace skip_unless test with test || skip | Tavian Barnes | 2022-12-16 | 1 | -10/+0 |
* | tests: Fix crash when stderr is redirected | Tavian Barnes | 2022-12-14 | 1 | -1/+7 |
* | tests: Allow wildcard patterns like "posix/*" | Tavian Barnes | 2022-12-02 | 1 | -48/+31 |
* | tests: Avoid syslog() using a low fd on macOS | Tavian Barnes | 2022-11-20 | 1 | -5/+16 |
* | tests/xtouch: Add some missing POSIX touch features | Tavian Barnes | 2022-11-08 | 1 | -5/+5 |
* | tests/xtouch: New utility | Tavian Barnes | 2022-11-07 | 1 | -67/+39 |
* | tests: Fix privilege dropping when run as root | Tavian Barnes | 2022-10-21 | 1 | -1/+1 |
* | tests: Add a helper for cleaning scratch | Tavian Barnes | 2022-10-20 | 1 | -10/+22 |
* | tests: Coverage number go up | Tavian Barnes | 2022-10-19 | 1 | -2/+0 |
* | tests: Split test cases into separate files | Tavian Barnes | 2022-10-19 | 1 | -2819/+28 |
* | tests: Test -exec with a nonexistent command | Tavian Barnes | 2022-10-05 | 1 | -0/+40 |
* | tests: POSIX doesn't *require* -ok ... {} + to be unsupported | Tavian Barnes | 2022-09-18 | 1 | -2/+11 |
* | tests: Don't pass NUL bytes to sort | Tavian Barnes | 2022-07-18 | 1 | -5/+11 |
* | tests: Limit path lengths passed to mkdir | Tavian Barnes | 2022-07-13 | 1 | -4/+7 |
* | tests: Set colors to the empty string for non-ttys | Tavian Barnes | 2022-07-13 | 1 | -0/+9 |
* | tests: Use set -u | Tavian Barnes | 2022-07-13 | 1 | -2/+2 |
* | tests: Optimize startup | Tavian Barnes | 2022-07-13 | 1 | -14/+14 |
* | tests: Add tests for parsing failures in more locations | Tavian Barnes | 2022-07-13 | 1 | -0/+15 |
* | tests: New test for -exec with unset $PATH | Tavian Barnes | 2022-07-12 | 1 | -0/+11 |
* | tests: Simplify snapshot testing without bfs_diff | Tavian Barnes | 2022-07-12 | 1 | -102/+51 |
* | tests: Add a test for every printf directive | Tavian Barnes | 2022-06-01 | 1 | -0/+13 |
* | tests: Add tests for -warn/-nowarn | Tavian Barnes | 2022-05-29 | 1 | -0/+13 |
* | tests: Don't print test names to non-ttys without --verbose=tests | Tavian Barnes | 2022-05-20 | 1 | -6/+15 |
* | Makefile: Add a BUILDDIR variable for out-of-tree builds | Tavian Barnes | 2022-05-20 | 1 | -1/+6 |
* | Makefile: Split build into bin and obj directories | Tavian Barnes | 2022-05-16 | 1 | -0/+3433 |