[ARVADOS] created: 2456d3322ba8397401d5033e6509cf0ffc59f98e

git at public.curoverse.com git at public.curoverse.com
Tue Jul 1 10:23:17 EDT 2014


        at  2456d3322ba8397401d5033e6509cf0ffc59f98e (commit)


commit 2456d3322ba8397401d5033e6509cf0ffc59f98e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Jul 1 10:23:09 2014 -0400

    Make sure set return code non-zero.

diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command
index 528baab..a0c7cfe 100755
--- a/crunch_scripts/run-command
+++ b/crunch_scripts/run-command
@@ -56,6 +56,7 @@ try:
 
 except Exception as e:
     print("Caught exception {}".format(e))
+    rcode = 1
 
 finally:
     for l in links:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list