diff options
Diffstat (limited to 'indra/cmake/run_build_test.py')
| -rwxr-xr-x | indra/cmake/run_build_test.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/run_build_test.py b/indra/cmake/run_build_test.py index 1f040bded5..940a130a50 100755 --- a/indra/cmake/run_build_test.py +++ b/indra/cmake/run_build_test.py @@ -152,7 +152,7 @@ def translate_rc(rc):      """      if rc is None:          return "still running" -     +      if rc >= 0:          return "terminated with rc %s" % rc  | 
