Fix detection Native Crash
This commit is contained in:
parent
85f97702ee
commit
f648a7de6f
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@
|
|||
</exec>
|
||||
|
||||
<condition property="has.crashed" >
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<or>
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<resourcecontains resource="${output.file}" substring="Native crash" />
|
||||
</or>
|
||||
|
||||
</condition>
|
||||
<exec executable="bash" unless:set="has.crashed">
|
||||
<arg value="-c"/>
|
||||
|
|
Loading…
Reference in a new issue