Skip to content

Commit da72246

Browse files
committed
prevent curl SSL cert problem
1 parent 5196c07 commit da72246

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function unpack_test_data() {
2424
else
2525
echo "..Downloading test data.."
2626
#use curl to fetch the tarball from a specific github release or branch
27-
curl -sLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
27+
curl -ksLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
2828
unpack_test_data
2929
fi
3030
# fi

run_tests_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function unpack_test_data() {
2424
else
2525
echo "..Downloading test data.."
2626
#use curl to fetch the tarball from a specific github release or branch
27-
curl -sLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
27+
curl -ksLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
2828
unpack_test_data
2929
fi
3030
# fi

0 commit comments

Comments
 (0)