aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-qemu-mode.sh14
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"