2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: AGPL-3.0
12 while read so && [ -n "$so" ]; do
13 if ldd "$so" | grep "not found" ; then
14 echo "^^^ Missing while scanning $so ^^^"
21 if test -x "/jenkins/package-testing/test-package-$1.sh" ; then
22 if ! "/jenkins/package-testing/test-package-$1.sh" ; then
27 if test $FAIL = 0 ; then
28 echo "Package $1 passed"