Skip to content
Snippets Groups Projects
Commit 3b2948bb authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Fix sprintf

parent 0f085772
Branches
Tags
1 merge request!4Feature/testsuite
......@@ -19,7 +19,7 @@ classdef (SharedTestFixtures={...
testCase.assertTrue(ischar(request));
testCase.assumeFalse(ismember(testCase.Skiplist,request),...
'Skipped request %s since it is on the skiplist for %s',request,testCase.Machine);
sprintf('Skipped request %s since it is on the skiplist for %s',request,testCase.Machine));
% gdat call
gdat_call = sprintf(['gdat_' lower(testCase.Machine) '(%s,''%s'')'],shot,request);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment