From e327580a2f6b67f8f52a0e49b372853eef632e41 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 26 Mar 2018 17:54:32 +0200 Subject: [PATCH] Remove downloading function If we are using a fixed release version, it doesn't make sense to keep downloading it. --- run_tests.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index d4724b06..f26cad6d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -50,17 +50,6 @@ die() { exit 1 } -get_redis_cell() { - if test x"$OPT_REDIS_CELL" = xyes; then - echo "Downloading redis-cell" - curl -L https://github.com/brandur/redis-cell/releases/download/v0.2.2/redis-cell-v0.2.2-x86_64-unknown-linux-gnu.tar.gz --output redis-cell.tar.gz > /dev/null 2>&1 - tar xvzf redis-cell.tar.gz > /dev/null 2>&1 - mv libredis_cell.so ${BASEDIR}/test/support/libredis_cell.so - rm redis-cell.tar.gz - rm libredis_cell.d - fi -} - trap 'cleanup_and_exit' 1 2 3 5 9 13 while [ -n "$1" ]; do