We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86ccec commit 40bb3caCopy full SHA for 40bb3ca
UnitTests/UnitTests_Init.m
@@ -57,6 +57,8 @@ function UnitTests_Init(standalone, start, appname)
57
pname = filesepStandard([rootpath, groupFolders{ii}]);
58
logger.Write('Deleting *.snirf files in %s: \n', pname);
59
DeleteDataFiles(pname, '.snirf');
60
+ logger.Write('Rolling back GIT changes in %s\n', pname);
61
+ gitRevert(pname);
62
end
63
logger.Write('\n\n');
64
0 commit comments