btrfs-progs: tests: log the test name in results file

Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2015-05-21 15:04:29 +02:00
parent c061b303c0
commit 7c6801606e
1 changed files with 1 additions and 0 deletions

View File

@ -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