diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-28 15:31:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-28 15:34:32 -0400 |
commit | f958851578855e640c63a6d9b3ac637cb65320f8 (patch) | |
tree | c1a67a86b8135f50488f740d4f6aca6d1111ccf8 /docs | |
parent | 4a278d3e39a685379711727eac7bfaa83679e0e4 (diff) | |
download | bfs-f958851578855e640c63a6d9b3ac637cb65320f8.tar.xz |
docs/BUILDING: Update example test output
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILDING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 025dadf..cb26059 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -178,11 +178,11 @@ It can be handy to generate the snapshot with a different `find` implementation But keep in mind, other `find` implementations may not be correct. To my knowledge, no other implementation passes even the POSIX-compatible subset of the tests: - $ ./tests/tests.sh --bfs=find --posix + $ ./tests/tests.sh --bfs=find --sudo --posix ... - tests passed: 90 - tests skipped: 3 - tests failed: 6 + [PASS] 104 / 119 + [SKIP] 1 / 119 + [FAIL] 14 / 119 Run |