tests: Do not delete filesystem images on error
The filesystem images created for the filesystem test can be useful when debugging why a filesystem test failed. So, keep them around and let the user clean them up. Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
5450c3fde4
commit
be9379ced4
@ -932,9 +932,6 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
|
||||
sleep 1
|
||||
done
|
||||
done
|
||||
for i in $(range 0 $((NDEVICES-1)) 1); do
|
||||
rm "$FSIMAGEP${i}.img"
|
||||
done
|
||||
exit 99;
|
||||
fi
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user