Change exception handler
This commit is contained in:
@@ -155,6 +155,7 @@ task collectScreenshots {
|
|||||||
main = className
|
main = className
|
||||||
jvmArgs += "-DtakeScreenshot=true"
|
jvmArgs += "-DtakeScreenshot=true"
|
||||||
jvmArgs += "-DscreenshotPath=${sub.name}/images/${className}.png"
|
jvmArgs += "-DscreenshotPath=${sub.name}/images/${className}.png"
|
||||||
|
jvmArgs += "-Dorg.openrndr.exceptions=JVM"
|
||||||
executable = "./build-tools/xvfb-java.sh"
|
executable = "./build-tools/xvfb-java.sh"
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user