From 721d42ca9aa502caef4e74c2406ce97c6f977b9e Mon Sep 17 00:00:00 2001 From: Christopher Creutzig <89011131+ccreutzi@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:56:43 +0200 Subject: [PATCH] debug CI problems --- tests/texampleTests.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/texampleTests.m b/tests/texampleTests.m index c2b1ade..f3d680a 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -23,6 +23,8 @@ function setUpAndTearDowns(testCase) testCase.applyFixture(PathFixture( ... fullfile(testCase.TestDir,"recording-doubles"))); else + disp("=-=-=-=-=-=-=-=-=-=-=-=-=") + disp(fullfile(testCase.TestDir,"replaying-doubles")) testCase.applyFixture(PathFixture( ... fullfile(testCase.TestDir,"replaying-doubles"))); end