mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 23:48:48 +00:00
Update fuzzer
This commit is contained in:
@@ -70,10 +70,4 @@ fi
|
||||
|
||||
$FUZZ_BIN $FUZZ_ARG test_reduced.c > out_fuzz.txt 2>&1
|
||||
|
||||
if
|
||||
[ $FUZZ_ARG = '-p' ]
|
||||
then
|
||||
grep 'panicked' out_fuzz.txt
|
||||
else
|
||||
grep 'assertion failed' out_fuzz.txt
|
||||
fi
|
||||
grep $FUZZ_ERRMSG out_fuzz.txt
|
||||
|
||||
Reference in New Issue
Block a user