Skip to content
Snippets Groups Projects
Verified Commit 418c290e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Octave 7 compatibility fix: rmdir() now errors out if the directory is nonexistent

parent 5d3b4801
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,10 @@ for blockFlag = 0:1
# Workaround for strange race condition related to the static/dynamic
# files (especially when we switch to/from use_dll)
if exist('+ls2003_tmp')
rmdir('+ls2003_tmp', 's');
pause(1)
endif
for i = 1:length(solve_algos)
num_block_tests = num_block_tests + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment