mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
btrfs-progs: tests: log the test name in results file
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
c061b303c0
commit
7c6801606e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user