diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-10 00:15:22 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 08:34:59 -0600 |
commit | a10dbdf20ff0f3ceffc0eb3ff478504ccb475752 (patch) | |
tree | c576df3c3bc8f800322e05ab4207479ebb2f8da7 /build-aux/valgrind | |
parent | c9a88db380c6aa765105e53b81a82bc11d807d45 (diff) |
lib9p: Add Tflush tests
Diffstat (limited to 'build-aux/valgrind')
-rwxr-xr-x | build-aux/valgrind | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/valgrind b/build-aux/valgrind index 728faca..7ad2712 100755 --- a/build-aux/valgrind +++ b/build-aux/valgrind @@ -6,6 +6,7 @@ exec \ valgrind \ + --fair-sched=yes \ --error-exitcode=2 \ --leak-check=full \ --show-leak-kinds=all \ |