Skip to content
Snippets Groups Projects
Commit b30680b6 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

test run in serial when parallel non enabled

parent d97d6f76
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ end
if useparallel && paravail
results = runInParallel(runner,suite);
else
results = run(runner,suite);
results = run(suite);
end
fprintf('\nTotal test duration: %5.2fs\n',sum(table(results).Duration))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment