Lines Matching refs:echo
9 echo check that we cant append a bad undo file > $OUT
13 echo $CRCSUM before mke2fs $crc0 >> $OUT
32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_…
35 echo $CRCSUM after mke2fs $crc1 >> $OUT
37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
38 echo "FS features: ${features}" >> $OUT
39 echo "Should not have 64bit or metadata_csum set" >> $OUT
44 echo using resize2fs to test e2undo >> $OUT
47 echo $CRCSUM after resize2fs $crc2 >> $OUT
49 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
50 echo "FS features: ${features}" >> $OUT
51 echo "Should have 64bit but not metadata_csum set" >> $OUT
56 echo corrupt $TDB_FILE.1 >> $OUT
59 echo using tune2fs to test e2undo >> $OUT
62 echo $CRCSUM after tune2fs $crc3 >> $OUT
64 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
65 echo "FS features: ${features}" >> $OUT
66 echo "Should have 64bit but not metadata_csum set" >> $OUT
71 echo using e2fsck to test e2undo >> $OUT
74 echo $CRCSUM after e2fsck $crc4 >> $OUT
76 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
77 echo "FS features: ${features}" >> $OUT
78 echo "Should have 64bit but not metadata_csum set" >> $OUT
83 echo roll back e2fsck/tune2fs/resize2fs >> $OUT
86 echo $CRCSUM after e2undo e2fsck/tune2fs/resize2fs $crc1_2 >> $OUT
88 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
89 echo "FS features: ${features}" >> $OUT
90 echo "Should have 64bit but not metadata_csum set" >> $OUT
95 echo roll back mke2fs >> $OUT
98 echo $CRCSUM after e2undo mke2fs $crc0_2 >> $OUT
100 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
101 echo "FS features: ${features}" >> $OUT
102 echo "Should have 64bit but not metadata_csum set" >> $OUT
108 echo "$test_name: $test_description: ok"
112 echo "$test_name: $test_description: failed"