mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 06:28:51 +00:00
fix ci
This commit is contained in:
@ -3,7 +3,11 @@
|
|||||||
. ./test-pre.sh
|
. ./test-pre.sh
|
||||||
|
|
||||||
$ECHO "$BLUE[*] Testing: nyx_mode"
|
$ECHO "$BLUE[*] Testing: nyx_mode"
|
||||||
env
|
|
||||||
|
test "$CI" = "true" && {
|
||||||
|
$ECHO "$YELLOW[-] nyx_mode cannot be tested in the Github CI, skipping ..."
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
unset AFL_CC
|
unset AFL_CC
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user