mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
fix test.sh for failing unit tests
This commit is contained in:
parent
d6824d540b
commit
e05ed58bf8
@ -1121,7 +1121,7 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
|
|||||||
|
|
||||||
$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
|
$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
|
||||||
unset AFL_CC
|
unset AFL_CC
|
||||||
make -C .. unit || "$CODE" = "1"
|
make -C .. unit || CODE=1 INCOMPLETE=1 :
|
||||||
|
|
||||||
$ECHO "$GREY[*] all test cases completed.$RESET"
|
$ECHO "$GREY[*] all test cases completed.$RESET"
|
||||||
test "$INCOMPLETE" = "0" && $ECHO "$GREEN[+] all test cases executed"
|
test "$INCOMPLETE" = "0" && $ECHO "$GREEN[+] all test cases executed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user