btrfs-progs: tests: log the test name in results file
authorDavid Sterba <dsterba@suse.cz>
Thu, 21 May 2015 13:04:29 +0000 (15:04 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 21 May 2015 14:37:52 +0000 (16:37 +0200)
Signed-off-by: David Sterba <dsterba@suse.cz>
tests/fsck-tests.sh

index 046b33d..fff1b42 100755 (executable)
@@ -48,6 +48,7 @@ for i in $(find $TOP/tests/fsck-tests -maxdepth 1 -mindepth 1 -type d | sort)
 do
        echo "    [TEST]   $(basename $i)"
        cd $i
+       echo "=== Entering $i" >> $RESULTS
        if [ -x test.sh ]; then
                # Type 2
                ./test.sh