Skip to content

Commit

Permalink
Update testAll.m
Browse files Browse the repository at this point in the history
  • Loading branch information
farid-zare authored Nov 4, 2024
1 parent 9aaa00e commit 4788422
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/testAll.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4788422

Please sign in to comment.