aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/filesystemutils.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-04-10 16:59:16 +0200
committerGitHub Enterprise <[email protected]>2026-04-10 16:59:16 +0200
commit9e6999f53c91ec44d04ef6685dd97800e1a66306 (patch)
treea40f48e1867c586319350fb2b0982379cd80d604 /src/zenutil/filesystemutils.cpp
parentUpdate CHANGELOG.md (diff)
downloadzen-9e6999f53c91ec44d04ef6685dd97800e1a66306.tar.xz
zen-9e6999f53c91ec44d04ef6685dd97800e1a66306.zip
reduce test runtime (#933)
* reduce zenserver spawns in tests * fix filesystemutils wrong test suite name * tweak tests for faster runtime * reduce more test runtime * more wall time improvements * fast http and processmanager tests
Diffstat (limited to 'src/zenutil/filesystemutils.cpp')
-rw-r--r--src/zenutil/filesystemutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/filesystemutils.cpp b/src/zenutil/filesystemutils.cpp
index 9b7953f95..ccc42a838 100644
--- a/src/zenutil/filesystemutils.cpp
+++ b/src/zenutil/filesystemutils.cpp
@@ -657,7 +657,7 @@ namespace {
void GenerateFile(const std::filesystem::path& Path) { BasicFile _(Path, BasicFile::Mode::kTruncate); }
} // namespace
-TEST_SUITE_BEGIN("zenutil.filesystemutils");
+TEST_SUITE_BEGIN("util.filesystemutils");
TEST_CASE("filesystemutils.CleanDirectory")
{