add forgotten stderr redirect

This commit is contained in:
hexcoder-
2020-01-18 16:58:20 +01:00
parent db5d501715
commit 08691fcc97

View File

@ -463,7 +463,7 @@ test -e ../libradamsa.so && {
else
export AFL_CC=`$LLVM_CONFIG --bindir`/clang
fi
test -e test-instr.plain || ../afl-clang-fast -o test-instr.plain ../test-instr.c
test -e test-instr.plain || ../afl-clang-fast -o test-instr.plain ../test-instr.c > /dev/null 2>&1
test -e test-instr.plain || ../afl-gcc-fast -o test-instr.plain ../test-instr.c > /dev/null 2>&1
test -e test-instr.plain || ../${AFL_GCC} -o test-instr.plain ../test-instr.c > /dev/null 2>&1
test -e test-instr.plain && {