Skip to content
Snippets Groups Projects
Commit d9038197 authored by Ivan's avatar Ivan
Browse files

Fix tests

parent 7072d011
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,8 @@ function library_manager_build_libraries() {
$library_path = $libraries_path . '/' . $definition->id();
if (file_exists($library_path)) {
file_unmanaged_delete_recursive($library_path);
// The files can be removed in other thread when tests are running.
@file_unmanaged_delete_recursive($library_path);
}
$library_info = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment