mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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.set(state, TaskMonitor.DUMMY, writer);
|
||||||
script.run();
|
script.run();
|
||||||
|
|
||||||
|
waitForSwing();
|
||||||
|
|
||||||
AtomicReference<String> ref = new AtomicReference<>();
|
AtomicReference<String> ref = new AtomicReference<>();
|
||||||
runSwing(() -> {
|
runSwing(() -> {
|
||||||
String text = console.getText(0, console.getTextLength());
|
String text = console.getText(0, console.getTextLength());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue