diff --git a/tests/scan-results.sh b/tests/scan-results.sh index f3ebcbc4..89e34dd2 100755 --- a/tests/scan-results.sh +++ b/tests/scan-results.sh @@ -12,6 +12,7 @@ for i in *.txt; do *runtime\ error*) echo "RUNTIME ERROR (sanitizer): $last" ;; *AddressSanitizer*heap-use-after-free*) echo "RUNTIME ERROR (use after free): $last" ;; *Warning:\ assertion*failed*) echo "ASSERTION WARNING: $last" ;; + *command\ not\ found*) echo "COMMAND NOT FOUND: $last" ;; *) : ;; esac done < "$i"