nixpkgs/pkgs/tools/security/aflplusplus/aflpp-v4.40c.patch
2026-06-02 12:10:56 +02:00

14 lines
432 B
Diff

diff --git a/test/test-all.sh b/test/test-all.sh
index 2a47b21e..a45ca580 100755
--- a/test/test-all.sh
+++ b/test/test-all.sh
@@ -15,7 +15,8 @@ for script in test-*.sh; do
# Skip exclusions
if [ "$script" = "test-pre.sh" ] || \
[ "$script" = "test-post.sh" ] || \
- [ "$script" = "test-all.sh" ]; then
+ [ "$script" = "test-all.sh" ] || \
+ [ "$script" = "test-performance.sh" ]; then
continue
fi