about summary refs log tree commit diff
path: root/afl-cmin.bash
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-03 11:07:49 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-03 11:07:49 +0100
commit469b8ee022e73c7716c1f1d605f0adee0354de46 (patch)
tree282d6702cf689f9942148da1934b15f21f175a68 /afl-cmin.bash
parent385f7da77fb1048123d5bfc4061afcc1e32018ef (diff)
parentf6050ab804f06fbedfb1fd1b619217be85db2e00 (diff)
downloadafl++-469b8ee022e73c7716c1f1d605f0adee0354de46.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-xafl-cmin.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash
index b1378eb5..1f23f6bc 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -51,6 +51,8 @@ TIMEOUT=none
 unset IN_DIR OUT_DIR STDIN_FILE EXTRA_PAR MEM_LIMIT_GIVEN \
   AFL_CMIN_CRASHES_ONLY AFL_CMIN_ALLOW_ANY QEMU_MODE UNICORN_MODE
 
+export AFL_QUIET=1
+
 while getopts "+i:o:f:m:t:eQUCh" opt; do
 
   case "$opt" in