about summary refs log tree commit diff
path: root/test
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 /test
parent96ada75bd95741f99987e7bddeea8bde16ebc80c (diff)
downloadafl++-d8e8d34c4e5d481433d7fa73db1583410a6981cd.tar.gz
fix ci
Diffstat (limited to 'test')
-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