Skip to content

Commit 7279c93

Browse files
author
Lawrence
committed
debug nwbtest pipeline
1 parent 184baf7 commit 7279c93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

+misc/getNamespaceDir.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
elseif 7 == exist(rootNamespace, 'dir')
2020
namespaceDir = rootNamespace;
2121
else
22-
warning('Directory "namespaces" not found.');
2322
namespaceDir = '';
2423
end
2524
end

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ steps:
2323
2424
- task: RunMATLABCommand@0
2525
inputs:
26-
command: "try, results = nwbtest; if isempty(results), exit(1); end; catch err, disp(err.message); exit(1); end"
26+
command: "try, generateCore(); results = nwbtest; if isempty(results), exit(1); end; catch err, disp(err.message); exit(1); end"
2727

0 commit comments

Comments
 (0)