SBT exit code is zero even when failing.
search cancel

SBT exit code is zero even when failing.

book

Article ID: 22479

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

When executing a SBT with an invalid XML format or connection to a database which does not exit, the exit code should be different from zero. It is not always so.

Environment

Release: CAIDMB99000-12.6-Identity Manager-B to B
Component:

Resolution

The quick workaround for such an isue is to run the SBT in a different form, for example: 
start test.sbt /w
or run the .sbt file from a batch file.