There was an error while loading. Please reload this page.
1 parent cc1bd40 commit 86b920fCopy full SHA for 86b920f
1 file changed
src/test/kotlin/CMDTests.kt
@@ -109,7 +109,7 @@ class CMDTests {
109
110
val setupMain = SetupMain()
111
setupMain.projectRoot = testproject
112
- setupMain.doMain(arrayOf(TEST))
+ catchExit { setupMain.doMain(arrayOf(TEST)) }
113
}
114
115
@Test(priority = 3)
@@ -135,7 +135,7 @@ class CMDTests {
135
136
137
138
- setupMain.doMain(arrayOf(BUILD, "ExampleMap.w3x"))
+ catchExit { setupMain.doMain(arrayOf(BUILD, "ExampleMap.w3x")) }
139
140
141
0 commit comments