This commit is contained in:
vanhauser-thc
2024-02-01 14:34:07 +01:00
parent 96ada75bd9
commit d8e8d34c4e

View File

@ -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