Skip to content

Commit 4b19a21

Browse files
committedMay 22, 2023
Added identifier to one error, got latest tmt
1 parent 2618250 commit 4b19a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎find_and_verify.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function find_and_verify(root_folder_path, does_need_verification_predicate, ver
4242
fprintf(' (%d more paths, %d total problematic paths)\n', problem_paths_count-paths_to_show_count, problem_paths_count) ;
4343
end
4444
fprintf('Boo!\n') ;
45-
error('Verification with function %s() failed for some paths', func2str(verify_function)) ;
45+
error('mouselight_toolbox:verification_failed', 'Verification with function %s() failed for some paths', func2str(verify_function)) ;
4646
end
4747
elapsed_time = toc(tic_id) ;
4848
fprintf('Elapsed time for verifcation was %g seconds.\n', elapsed_time) ;

0 commit comments

Comments
 (0)