more robust logic for returning retcod when ignored & failure
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 25 Jan 2014 22:49:02 +0000 (23:49 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 25 Jan 2014 22:49:02 +0000 (23:49 +0100)
commitecd8c71c8aba3484eff887951c0b41c1a8405ec7
tree53f5e8efa567c325175f9742416770f2734924d3
parent7c07c97c58e15d69152e324dc2495f57ff55d00c
more robust logic for returning retcod when ignored & failure
also revert to the following scheme as some exit(1) were already done elsewhere
    # 0: SUCCESS
    # 1: FAILURE
    # 2: SUCCESS but some ignored steps failed
    # 3: OTHER ERROR
system/TestMain.py