Skip to content

Commit 7fcb87f

Browse files
committed
now I know wher eyou live
1 parent ce78e6c commit 7fcb87f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_checkParameters.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
function test_checkParameters_output_dir()
1111

12-
fprintf(getenv('HOME'));
13-
1412
% failure expected when run with runTests
1513

1614
% set up
@@ -161,7 +159,7 @@ function checkAllFields(cfg, expected)
161159

162160
GITHUB_WORKSPACE = getenv('HOME');
163161

164-
if strcmp(GITHUB_WORKSPACE, '/github/workspace')
162+
if strcmp(GITHUB_WORKSPACE, '/github/home')
165163

166164
isGithub = true;
167165
pth = GITHUB_WORKSPACE;

0 commit comments

Comments
 (0)