Skip to content
Snippets Groups Projects
Commit 60667bb7 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

rm display pwd since working and add comment

parent 956caae0
No related branches found
No related tags found
1 merge request!168D3d add nete rho
Pipeline #205335 passed
......@@ -20,13 +20,10 @@ classdef (SharedTestFixtures={...
testCase.assertTrue(isnumeric(str2double(shot)));
testCase.assertTrue(ischar(request));
pwd
% $$$ dirname_for_test = sprintf('/tmp/%s/gdat',getenv('USER')); % to have write permission
% $$$ [dummy1,dummy2]=rmdir(dirname_for_test,'s');
% $$$ mkdir(dirname_for_test);
% move to a /tmp/xx folder so if fort.0 files or others are created, it can
f=matlab.unittest.fixtures.WorkingFolderFixture('withsuffix','_gdat');
testCase.applyFixture(f);
pwd
% gdat call
gdat_call = sprintf(['gdat_' lower(testCase.Machine) '(%s,''%s'')'],shot,request);
do_gdat_call = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment