Update reduce-criteria-template.sh

This commit is contained in:
Chunmyong Park
2020-06-02 02:54:09 +00:00
parent 1c0c9a5dbc
commit 62c5208631

View File

@@ -56,10 +56,4 @@ then
exit 1
fi
cargo run --manifest-path $PROJECT_DIR/Cargo.toml --release --bin fuzz -- $FUZZ_ARG test_reduced.c
if [ "$?" = 101 ]
then
exit 0
else
exit 1
fi
cargo run --manifest-path $PROJECT_DIR/Cargo.toml --release --bin fuzz -- $FUZZ_ARG test_reduced.c 2>&1 | grep -q '(left == right)'