btrfs-progs: tests: disable log scanning after tests

This partially reverts commit 2726a83952,
the part where the test runner scripts call the log scanning. There are
still unfixed extent buffer leak reported by fuzz tests. Disable it
temporarily so CI can pass and do other pre-release checks. Scanning
will be enabled after release again.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-10-03 17:23:49 +02:00
parent e8542843ae
commit f96e5fe3ba
6 changed files with 0 additions and 12 deletions

View file

@ -77,5 +77,3 @@ do
fi
cd "$TEST_TOP"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"

View file

@ -95,5 +95,3 @@ for i in $(find "$TEST_TOP/convert-tests" -maxdepth 1 -mindepth 1 -type d \
do
run_one_test "$i"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"

View file

@ -112,5 +112,3 @@ for i in $(find "$TEST_TOP/fsck-tests" -maxdepth 1 -mindepth 1 -type d \
do
run_one_test "$i"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"

View file

@ -76,5 +76,3 @@ do
fi
cd "$TEST_TOP"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"

View file

@ -84,5 +84,3 @@ do
fi
cd "$TEST_TOP"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"

View file

@ -79,5 +79,3 @@ do
fi
cd "$TEST_TOP"
done
"$TEST_TOP/scan-results.sh" "$RESULTS"