Add another missing dependency to the sanity check in run-tests.sh.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 Nov 2017 14:28:16 +0000 (09:28 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 Nov 2017 14:28:32 +0000 (09:28 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

build/run-tests.sh

index ffe0e5098bae1268a2fe62481c58565a88957b3b..433685c5a86d9cf2cc61b884e21c16d91a67e932 100755 (executable)
@@ -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() {