9 while read so && [ -n "$so" ]; do
10 if ldd "$so" | grep "not found" ; then
11 echo "^^^ Missing while scanning $so ^^^"
18 if test -x "/jenkins/package-testing/test-package-$1.sh" ; then
19 if ! "/jenkins/package-testing/test-package-$1.sh" ; then
24 if test $FAIL = 0 ; then
25 echo "Package $1 passed"