Skip to content

Commit

Permalink
fix(tests): imosEchoIntensitySetQC tmp file path
Browse files Browse the repository at this point in the history
Use our `tmp` folder to store the session file
for this test.
  • Loading branch information
ocehugo committed Jun 10, 2021
1 parent 5ae1694 commit 26ca6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AutomaticQC/test_imosEchoIntensitySetQC.m
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,5 @@ function switch_option(optname, optvalue)
sample_data.dimensions = dims;
sample_data.variables = vars;
sample_data.site_nominal_depth = site_nominal_depth;
sample_data.toolbox_input_file = 'testdriven';
sample_data.toolbox_input_file = fullfile(toolboxRootPath, 'tmp', 'testdriven');
end

0 comments on commit 26ca6e5

Please sign in to comment.