mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-24 15:12:47 +00:00
btrfs-progs: tests: scan results for commands not found
In case of typos or messed up command execution, we'd like to be able to catch that. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
515ea7dc2f
commit
f0c7703671
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user