Lines Matching refs:OUT
4 OUT=$test_name.log
12 cp /dev/null $OUT
17 …1db3f677-6832-4adb-bafc-8e4059c30a34 $JNLFILE 262144 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
18 …inux -b 1024 -O ^has_journal -T ext4 $TMPFILE 262144 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
20 echo "debugfs add journal device/UUID" >> $OUT
21 $DEBUGFS -w -f - $TMPFILE <<- EOF >> $OUT.new 2>&1
26 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
27 rm -f $OUT.new
29 $FSCK -fy -N test_filesys -j $JNLFILE $TMPFILE > $OUT.new 2>&1
31 echo Exit status is $status >> $OUT.new
32 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
33 rm -f $OUT.new
35 echo "debugfs write journal" >> $OUT
39 $DEBUGFS_EXE -w -f $TMPFILE.cmd $TMPFILE 2>> $OUT.new > /dev/null
40 sed -f $cmd_dir/filter.sed < $OUT.new >> $OUT
41 rm -rf $OUT.new
46 …$TMPFILE.cmd $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed -e 's/logdump -c -f.*/logdump -c/g' >> $OUT
49 echo "debugfs fsck" >> $OUT
50 $FSCK -fy -N test_filesys -j $JNLFILE $TMPFILE > $OUT.new 2>&1
52 echo Exit status is $status >> $OUT.new
53 sed -f $cmd_dir/filter.sed -e "s;$TMPFILE;test.img;" $OUT.new >> $OUT
54 rm -f $OUT.new
58 cmp -s $OUT $EXP
66 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
70 unset IMAGE FSCK_OPT OUT EXP JNLFILE