Reporte de badblocks

This commit is contained in:
Sandino Araico Sanchez 2018-06-01 04:21:05 -05:00
parent 07fa2293e1
commit c0b1cb64bd

8
scripts/report-basblocks Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
OUTPUT_DIR=/output/hwtests
for DIR in $OUTPUT_DIR/* ; do
[[ $DIR == snapshot ]] && next
echo $DIR
done