mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0: Fixing Python test
This commit is contained in:
parent
28439452a5
commit
9e3052ac3a
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ public class PythonScriptTest extends AbstractGhidraHeadedIntegrationTest {
|
|||
script.set(state, TaskMonitor.DUMMY, writer);
|
||||
script.run();
|
||||
|
||||
waitForSwing();
|
||||
|
||||
AtomicReference<String> ref = new AtomicReference<>();
|
||||
runSwing(() -> {
|
||||
String text = console.getText(0, console.getTextLength());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue