mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
This commit is contained in:
parent
be3041c07d
commit
fef92c58ea
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -109,8 +109,7 @@ public class ManagedBuildTestHelper {
|
|||
}
|
||||
};
|
||||
NullProgressMonitor monitor = new NullProgressMonitor();
|
||||
// TODO: Why is this necessary?
|
||||
//workspace.run(runnable, root, IWorkspace.AVOID_UPDATE, monitor);
|
||||
workspace.run(runnable, root, IWorkspace.AVOID_UPDATE, monitor);
|
||||
project = newProjectHandle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue