aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 14:34:07 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 14:34:07 +0100
commitd8e8d34c4e5d481433d7fa73db1583410a6981cd (patch)
treebf914dc6ef7b4f05fb6af25b01d1019e0a7a307f
parent96ada75bd95741f99987e7bddeea8bde16ebc80c (diff)
downloadAFLplusplus-d8e8d34c4e5d481433d7fa73db1583410a6981cd.tar.gz
fix ci
-rwxr-xr-xtest/test-nyx-mode.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index d30be39f..6de63f1b 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -3,7 +3,11 @@
. ./test-pre.sh
$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