]> granicus.if.org Git - graphviz/commitdiff
Output error log if non-trivial
authorerg <devnull@localhost>
Sat, 5 Dec 2009 22:31:51 +0000 (22:31 +0000)
committererg <devnull@localhost>
Sat, 5 Dec 2009 22:31:51 +0000 (22:31 +0000)
rtest/rtest.sh

index 264fe7e94ee73528ce815d6aaeb15b5c4b17a82a..1e3f3b497dc124355681ea93fee511bb2df3ba1f 100755 (executable)
@@ -277,6 +277,9 @@ function doTest
     if [[ $RVAL != 0 || ! -s $OUTPATH ]]
     then
       print -u 2 "Test $TESTNAME:$i : == Layout failed =="
+    elif [[ -s errout ]]
+    then
+      cat errout
     elif [[ $GENERATE == 1 ]]
     then
       continue