From 1544a19b89d9eb9d0f912f081b700c4879f8017f Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Thu, 30 Sep 2021 14:39:47 +0200 Subject: [PATCH] better mds existence check --- matlab/tests/check_mds.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/tests/check_mds.m b/matlab/tests/check_mds.m index 51ff6d39..c239ea01 100644 --- a/matlab/tests/check_mds.m +++ b/matlab/tests/check_mds.m @@ -1,8 +1,8 @@ classdef check_mds < matlab.unittest.fixtures.Fixture methods function setup(fixture) - fixture.assumeFalse(~exist('mdsdata','file'),'mdsdata not found - is mds on path?'); + fixture.assumeFalse(~exist('mdsconnect','file'),'mdsdata not found - is mds on path?'); % other environment checks here end end -end \ No newline at end of file +end -- GitLab