[ARVADOS] updated: 1.1.0-148-gc8a75b0

Git user git at public.curoverse.com
Tue Nov 21 09:28:49 EST 2017


Summary of changes:
 build/run-tests.sh | 2 ++
 1 file changed, 2 insertions(+)

       via  c8a75b03c12b26fcd810f1a35d6747400ac6627f (commit)
      from  359c2058fb78793bbf06920e605b4a3c1fd5f029 (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 c8a75b03c12b26fcd810f1a35d6747400ac6627f
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue Nov 21 09:28:16 2017 -0500

    Add another missing dependency to the sanity check in run-tests.sh.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index ffe0e50..433685c 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -233,6 +233,8 @@ sanity_checks() {
     phantomjs --version || fatal "No phantomjs. Try: apt-get install phantomjs"
     echo -n 'xvfb: '
     which Xvfb || fatal "No xvfb. Try: apt-get install xvfb"
+    echo -n 'graphviz: '
+    dot -V || fatal "No graphviz. Try: apt-get install graphviz"
 }
 
 rotate_logfile() {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list