[ARVADOS] updated: 1.3.0-1176-g9b994adee
Git user
git at public.curoverse.com
Tue Jul 9 17:43:25 UTC 2019
Summary of changes:
build/run-tests.sh | 2 ++
1 file changed, 2 insertions(+)
via 9b994adeeb7fddeea0c9ccba9ba81fabb7ed3d6e (commit)
from 877ef23092e4e35334bfed79ae8e3171295c2eb5 (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 9b994adeeb7fddeea0c9ccba9ba81fabb7ed3d6e
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Jul 9 13:42:27 2019 -0400
14965: Add sanity check for netstat.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index ec4fec918..ebcedf8cd 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -222,6 +222,8 @@ sanity_checks() {
echo -n 'Python3 pyconfig.h: '
find /usr/include -path '*/python3*/pyconfig.h' | egrep --max-count=1 . \
|| fatal "No Python3 pyconfig.h. Try: apt-get install python3-dev"
+ which netstat \
+ || fatal "No netstat. Try: apt-get install net-tools"
echo -n 'nginx: '
PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin" nginx -v \
|| fatal "No nginx. Try: apt-get install nginx"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list