From 473edd05927570e8e3cc3eff441a6a68e2c7ba43 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:52:14 +0200 Subject: [PATCH] munit_log: fix loading munit_logging breaks munit Fix for OpenSmallworld#3 --- munit/modules/munit_logging/source/munit_log.magik | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/munit/modules/munit_logging/source/munit_log.magik b/munit/modules/munit_logging/source/munit_log.magik index 74052a07..26c9b889 100644 --- a/munit/modules/munit_logging/source/munit_log.magik +++ b/munit/modules/munit_logging/source/munit_log.magik @@ -31,9 +31,7 @@ $ _pragma(classify_level=restricted, usage={redefinable}, topic={logging}) ## Defines the filename and path for the migration log munit_log.define_shared_constant(:log_filepath, - system.pathname_down( - system.pathname_down(system.pathname_up(system.temp_directory_name), "Smallworld"), - "munit_log.json"), + system.temp_file_name("munit_log.json"), :private) $