Lines Matching full:echo
26 echo "QA output created by $seq"
47 echo "== Input validation =="
48 echo
73 local QEMU_IO_OPTIONS=$(echo "$QEMU_IO_OPTIONS" | sed "s/-f $IMGFMT/-f $1/")
92 echo
93 echo "== Size calculation for a new file ($ofmt) =="
94 echo
106 for fmt in $(echo -e "raw\n$IMGFMT\n" | sort -u); do
107 echo
108 echo "== Empty $fmt input image ($ofmt) =="
109 echo
112 echo
115 echo
116 echo "== $fmt input image with data ($ofmt) =="
117 echo
127 echo
131 echo
132 echo "== $fmt input image with internal snapshot ($ofmt) =="
133 echo
136 echo
141 echo
142 echo "== $fmt input image and a backing file ($ofmt) =="
143 echo
148 echo
149 echo "== $fmt input image and LUKS encryption =="
150 echo
157 echo
158 echo "== $fmt input image and preallocation ($ofmt) =="
159 echo
162 echo
165 echo
166 echo "== Fully-allocated $fmt input image ($ofmt) =="
167 echo
171 echo
177 echo "*** done"