aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-05-10 20:03:12 -0400
committerGitHub <noreply@github.com>2026-05-10 20:03:12 -0400
commit58d3ca17dcd3f8b3aeb50b8e4f24afc76d33ff26 (patch)
tree965264cfc865df78276da47eece86130a6b2b6b5 /tests/include
parent0ef06cbec6f3796db244501b4c5fec2d579c7e5b (diff)
parent70f20294bd63e9774ee0c8a7a032ac63e1a1da2e (diff)
downloadstasis-58d3ca17dcd3f8b3aeb50b8e4f24afc76d33ff26.tar.gz
Merge pull request #142 from jhunkeler/execpoint
Improve messaging functions
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/testing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include/testing.h b/tests/include/testing.h
index e446908..728b6a6 100644
--- a/tests/include/testing.h
+++ b/tests/include/testing.h
@@ -214,6 +214,7 @@ inline void stasis_testing_teardown_workspace() {
SYSERROR("%s", "Unable to determine current working directory"); \
exit(1); \
} \
+ LOG_LEVEL = LOG_LEVEL_DEBUG; \
atexit(stasis_testing_record_result_summary); \
atexit(stasis_testing_teardown_workspace); \
stasis_testing_setup_workspace(); \