File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ make_dist()
101
101
check_abi ()
102
102
{
103
103
rpm -q abi-compliance-checker || sudo dnf install abi-compliance-checker
104
- test -d openscap-abi-check || git clone https:// github.com/ OpenSCAP/openscap-abi-check
104
+ test -d openscap-abi-check || git clone git@ github.com: OpenSCAP/openscap-abi-check.git
105
105
openscap_git_branch=$( git branch | grep ' ^\* ' | cut -f2 -d' ' )
106
106
(
107
107
cd openscap-abi-check
@@ -183,7 +183,7 @@ apply_triplets_to_file()
183
183
# $1: Strategy (backwards_compatible, bugfix, breaking_change)
184
184
increment_ltversions ()
185
185
{
186
- local _cmake_file=" $OSCAP_REPO_ROOT /src/ CMakeLists.txt" _old_versions _new_versions _new_soname _old_soname
186
+ local _cmake_file=" $OSCAP_REPO_ROOT /CMakeLists.txt" _old_versions _new_versions _new_soname _old_soname
187
187
# check_for_clean_repo
188
188
_old_versions=" $( get_lt_triplet_from_file " $_cmake_file " ) " || die " Unable to get current LT versions"
189
189
_new_versions=" $( increment_on_$1 " $_old_versions " ) " || die " Unable to get calculate refreshed LT version with strategy '$1 '"
Original file line number Diff line number Diff line change 15
15
16
16
. $builddir /tests/test_common.sh
17
17
18
+ set -e -o pipefail
19
+
18
20
# Test Cases.
19
21
20
22
function test_probes_password {
You can’t perform that action at this time.
0 commit comments