summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-05-21 15:04:29 +0200
committerDavid Sterba <dsterba@suse.cz>2015-05-21 16:37:52 +0200
commit7c6801606e11a4664c0a2a195a1422cb86fe7dad (patch)
tree17aaf6a3e25169fb7d9e1cbf3fbb9a6e95a7c13c /tests
parentc061b303c08af7a58373908d0d77ef0f1161fd36 (diff)
btrfs-progs: tests: log the test name in results file
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fsck-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fsck-tests.sh b/tests/fsck-tests.sh
index 046b33de..fff1b421 100755
--- a/tests/fsck-tests.sh
+++ b/tests/fsck-tests.sh
@@ -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