~michihenning/unity-scopes-api/abigail

« back to all changes in this revision

Viewing changes to test/abi-compliance/check-abi-compliance.sh.in

  • Committer: Michi Henning
  • Date: 2016-02-10 04:31:01 UTC
  • Revision ID: michi.henning@canonical.com-20160210043101-23vgayc4nwzmlq5m
Fixed temporary install location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
# Compatible changes found.
63
63
[ $status -ge 4 ] && {
64
 
    echo "${progname}: ABI is compatible with changes, see $report for details." >&2
 
64
    echo "${progname}: ABI is compatible with changes, see $report for details."
65
65
    exit 0
66
66
}
67
67
 
68
68
# All went fine.
69
 
[ $status -eq 0 ] && {
70
 
    rm -f $report
71
 
    exit 0
72
 
}
 
69
[ $status -eq 0 ] && exit 0
73
70
 
74
71
# Some other error
75
72
echo "${progname}: Unexpected error, see $report for details." >&2