some more status
This commit is contained in:
@@ -49,7 +49,7 @@ check_localname() {
|
|||||||
${test_alname} "$1" > localname
|
${test_alname} "$1" > localname
|
||||||
status=$?
|
status=$?
|
||||||
if test $status -ne "$2"; then
|
if test $status -ne "$2"; then
|
||||||
echo "Unexpected exit code from test_alname: $status"
|
echo "Unexpected exit code from test_alname $1: $status"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if test $status -ne 0; then
|
if test $status -ne 0; then
|
||||||
|
Reference in New Issue
Block a user