diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-29 10:34:08 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-29 10:34:08 +0200 |
commit | b34751efbf9304128d8e52dfeeb3abe0d4f5ba3b (patch) | |
tree | c28249a5ee77976ff3786e919400d13c7528ed31 /test | |
parent | d2ea1141ebef090b9763b73ef935d6fc45f4a2d7 (diff) | |
download | afl++-b34751efbf9304128d8e52dfeeb3abe0d4f5ba3b.tar.gz |
fix qemu sigunaction tests
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-qemu-mode.sh | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/test/test-qemu-mode.sh b/test/test-qemu-mode.sh index 85578d55..46b138ff 100755 --- a/test/test-qemu-mode.sh +++ b/test/test-qemu-mode.sh @@ -165,11 +165,8 @@ test -e ../afl-qemu-trace && { CODE=1 } } || { - echo CUT------------------------------------------------------------------CUT - cat errors - echo CUT------------------------------------------------------------------CUT - $ECHO "$RED[!] cannot compile test program (32 bit) for unsigaction library" - CODE=1 + $ECHO "$YELLOW[-] cannot compile test program (32 bit) for unsigaction library" + INCOMPLETE=1 } } || { $ECHO "$YELLOW[-] we cannot test qemu_mode unsigaction library (32 bit) because it is not present" @@ -194,11 +191,8 @@ test -e ../afl-qemu-trace && { } unset LD_PRELOAD } || { - echo CUT------------------------------------------------------------------CUT - cat errors - echo CUT------------------------------------------------------------------CUT - $ECHO "$RED[!] cannot compile test program (64 bit) for unsigaction library" - CODE=1 + $ECHO "$YELLOW[-] cannot compile test program (64 bit) for unsigaction library" + INCOMPLETE=1 } } || { $ECHO "$YELLOW[-] we cannot test qemu_mode unsigaction library (64 bit) because it is not present" |