[ARVADOS] updated: 8c41d740562d1b3efb61489e285353d689301743

git at public.curoverse.com git at public.curoverse.com
Wed Jul 9 14:36:42 EDT 2014


Summary of changes:
 doc/user/topics/tutorial-job-debug.html.textile.liquid | 2 ++
 1 file changed, 2 insertions(+)

       via  8c41d740562d1b3efb61489e285353d689301743 (commit)
      from  5a068be79fad0efa8060001673a86632a594c040 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8c41d740562d1b3efb61489e285353d689301743
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 9 14:33:52 2014 -0400

    Be more explicit that hello-world.py is a script which is expected to fail.
    
    no issue #

diff --git a/doc/user/topics/tutorial-job-debug.html.textile.liquid b/doc/user/topics/tutorial-job-debug.html.textile.liquid
index 8b0df36..862549a 100644
--- a/doc/user/topics/tutorial-job-debug.html.textile.liquid
+++ b/doc/user/topics/tutorial-job-debug.html.textile.liquid
@@ -20,6 +20,7 @@ Change to your Git working directory and create a new script in @crunch_scripts/
 #!/usr/bin/env python
 
 print "hello world"
+print "this script will fail, and that is expected!"
 EOF</span>
 ~/<b>you</b>/crunch_scripts$ <span class="userinput">chmod +x hello-world.py</span>
 </code></pre>
@@ -58,6 +59,7 @@ Your shell should fill in values for @$HOME@ and @$USER@ so that the saved JSON
 2013-12-12_21:36:42 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 child 29834 started on localhost.1
 2013-12-12_21:36:42 qr1hi-8i9sb-okzukfzkpbrnhst 29827  status: 0 done, 1 running, 0 todo
 2013-12-12_21:36:42 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 stderr hello world
+2013-12-12_21:36:42 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 stderr this script will fail, and that is expected!
 2013-12-12_21:36:43 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 child 29834 on localhost.1 exit 0 signal 0 success=
 2013-12-12_21:36:43 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 failure (#1, permanent) after 0 seconds
 2013-12-12_21:36:43 qr1hi-8i9sb-okzukfzkpbrnhst 29827 0 output

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list