mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 20:57:08 +08:00
GT-0 fixed junit timing issue
This commit is contained in:
@@ -86,6 +86,7 @@ public class AnalysisManager {
|
|||||||
}
|
}
|
||||||
List<AnalysisPhase> analysisPhases = recipe.getAnalysisPhases();
|
List<AnalysisPhase> analysisPhases = recipe.getAnalysisPhases();
|
||||||
boolean isFirstPhase = true;
|
boolean isFirstPhase = true;
|
||||||
|
taskManager.setSuspended(true);
|
||||||
for (AnalysisPhase analysisPhase : analysisPhases) {
|
for (AnalysisPhase analysisPhase : analysisPhases) {
|
||||||
taskManager.scheduleTask(new StartPhaseTask(analysisPhase), 0, analysisPhase.getName());
|
taskManager.scheduleTask(new StartPhaseTask(analysisPhase), 0, analysisPhase.getName());
|
||||||
if (isFirstPhase) {
|
if (isFirstPhase) {
|
||||||
@@ -94,6 +95,7 @@ public class AnalysisManager {
|
|||||||
analysisPhase.getName());
|
analysisPhase.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
taskManager.setSuspended(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user