mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Currently, test.py will delete recursively all .log files under the testlog directory instead of cleaning only on testlog directory. With this change it will not go deeper to delete log files. We still have a method for cleaning the log files in modes directories. The downside of this solution, that we will need to explicitly tell all directories that we want to clean. Fixes: https://github.com/scylladb/scylladb/issues/24001 Closes scylladb/scylladb#24004