From 4788422f43cce63d3561d651d442ffd954337d64 Mon Sep 17 00:00:00 2001 From: Farid Zare Date: Mon, 4 Nov 2024 14:45:07 +0000 Subject: [PATCH] Update testAll.m --- test/testAll.m | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/testAll.m b/test/testAll.m index 5c5f67a004..089d046139 100644 --- a/test/testAll.m +++ b/test/testAll.m @@ -14,10 +14,12 @@ fprintf(' | \n\n'); % request explicitly from the user to launch test suite locally -if contains(getenv('HOME'), 'vmhadmin') || contains(getenv('HOME'), 'jenkins') +% if contains(getenv('HOME'), 'vmhadmin') || contains(getenv('HOME'), 'jenkins') +if contains(getenv('HOME'), 'cobratoolbox') % Running in CI environment - fprintf('Running test in Jenkins/CI environment\n'); - +% fprintf('Running test in Jenkins/CI environment\n'); + fprintf('Running test in cobratoolbox/CI environment\n'); + % on the CI, always reset the path to make absolutely sure, that we test % the current version restoredefaultpath;