From 30d98e4aa0cc6b08bacac233852c94060c6ec4ff Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Tue, 17 Sep 2024 23:37:42 +0200
Subject: [PATCH] test which interpos, ls /home/sauter

---
 matlab/tests_matlab.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index 15b757c1..880442e5 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -4,7 +4,8 @@ try
    fprintf('     Time: %s\n',datestr(now));
    which interpos
    which interpos_nan
-   ls /home
+   ls /home/sauter/interpos/matlab
+   uname -a
    passed = true
    %passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
    exit_code = int32(~passed); % convert to bash shell convention
-- 
GitLab