[ARVADOS] updated: b989c72d3a2321f2a5d8d8226481d0adeb0a546c

git at public.curoverse.com git at public.curoverse.com
Wed Jul 9 14:41:49 EDT 2014


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

       via  b989c72d3a2321f2a5d8d8226481d0adeb0a546c (commit)
      from  8c41d740562d1b3efb61489e285353d689301743 (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 b989c72d3a2321f2a5d8d8226481d0adeb0a546c
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 9 14:41:18 2014 -0400

    Another tweak to tutorial-job-debug.html.textile.liquid
    
    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 862549a..772a05e 100644
--- a/doc/user/topics/tutorial-job-debug.html.textile.liquid
+++ b/doc/user/topics/tutorial-job-debug.html.textile.liquid
@@ -73,9 +73,10 @@ Your shell should fill in values for @$HOME@ and @$USER@ so that the saved JSON
 </code></pre>
 </notextile>
 
-This is the line of interest:
+These are the lines of interest:
 
 bc. 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!
 
 The script's output is captured in the log, which is useful for print statement debugging. However, although this script returned a status code of 0 (success), the job failed.  Why?  For a job to complete successfully scripts must explicitly add their output to Keep, and then tell Arvados about it.  Here is a second try:
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list