diff options
| author | vanhauser-thc <vh@thc.org> | 2024-02-01 14:53:10 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-02-01 14:53:10 +0100 |
| commit | 37d20392117b2d7e887b9ef3694f31ef43b2c9b6 (patch) | |
| tree | ef1db3e42bd23e9627ad695f9a65f1e7c5b951b0 /nyx_mode | |
| parent | d8e8d34c4e5d481433d7fa73db1583410a6981cd (diff) | |
| download | afl++-37d20392117b2d7e887b9ef3694f31ef43b2c9b6.tar.gz | |
finalize ci fix
Diffstat (limited to 'nyx_mode')
| -rwxr-xr-x | nyx_mode/build_nyx_support.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh index cd04ce7e..fda4ec12 100755 --- a/nyx_mode/build_nyx_support.sh +++ b/nyx_mode/build_nyx_support.sh @@ -9,6 +9,14 @@ echo echo "[*] Performing basic sanity checks..." +if [ "$CI" = "true" ]; then + + echo "[-] Error: nyx_mode cannot be tested in the Github CI, skipping ..." + exit 0 + +fi + + if [ -n "$NO_NYX" ]; then echo "[-] Error: the NO_NYX environment variable is set, please unset." |
