Re: [PATCH typo-fixed] fstests: btrfs: 159 superblock corruption test case

2018-04-04 Thread Anand Jain
+seq=`basename $0` +seqres=$RESULT_DIR/$seq +echo "QA output created by $seq" +status=1 # failure is the default! Please use './new btrfs' to generate new test template, which defines variables like 'tmp' and 'here', these variables may not be used in the test explicitly, but they could

Re: [PATCH typo-fixed] fstests: btrfs: 159 superblock corruption test case

2018-04-03 Thread Eryu Guan
On Thu, Mar 29, 2018 at 06:28:48PM +0800, Anand Jain wrote: > Verify if the superblock corruption is handled correctly. > > Signed-off-by: Anand Jain > --- > tests/btrfs/159 | 142 > > tests/btrfs/159.out | 35 + > tests/btrf

[PATCH typo-fixed] fstests: btrfs: 159 superblock corruption test case

2018-03-29 Thread Anand Jain
Verify if the superblock corruption is handled correctly. Signed-off-by: Anand Jain --- tests/btrfs/159 | 142 tests/btrfs/159.out | 35 + tests/btrfs/group | 1 + 3 files changed, 178 insertions(+) create mode 100755 tes