mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 07:45:55 +08:00
GP-0 convert assertOS to BeforeClass for drgn tests
This commit is contained in:
+2
-2
@@ -78,8 +78,8 @@ public abstract class AbstractDrgnTraceRmiTest extends AbstractGhidraHeadedDebug
|
||||
private Path outFile;
|
||||
private Path errFile;
|
||||
|
||||
@Before
|
||||
public void assertOS() {
|
||||
@BeforeClass
|
||||
public static void assertOS() {
|
||||
assumeTrue(OperatingSystem.CURRENT_OPERATING_SYSTEM == OperatingSystem.LINUX);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user