From 8ebbe97cf0e09bd5722d3245e51e9966a655def2 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 12 Sep 2023 00:16:10 +0300 Subject: [PATCH] update tests folder links --- tests/data/actions/README.md | 4 ++-- tests/data/actions/sphinx-setup.sh | 2 +- tests/data/travis/README.md | 4 ++-- tests/data/travis/sphinx-setup.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/data/actions/README.md b/tests/data/actions/README.md index adfed0920..8cfcfe2c8 100644 --- a/tests/data/actions/README.md +++ b/tests/data/actions/README.md @@ -1,8 +1,8 @@ -This directory contains scripts for automated test runs via the [Travis CI](http://travis-ci.com) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. +This directory contains scripts for automated test runs via the [Travis CI](https://travis-ci.com) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. These scripts might be used to configure your own system for test runs. But since their primary purpose remains to support Travis in running the test cases, you would be best advised to stick to the setup notes in the tests themselves. The scripts are: - [`sphinx-setup.sh`](sphinx-setup.sh) - Prepares the [Sphinx](http://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL + Prepares the [Sphinx](https://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL diff --git a/tests/data/actions/sphinx-setup.sh b/tests/data/actions/sphinx-setup.sh index cbae6b13d..4e67fdb42 100644 --- a/tests/data/actions/sphinx-setup.sh +++ b/tests/data/actions/sphinx-setup.sh @@ -2,7 +2,7 @@ SCRIPT=$(readlink -f "$0") CWD=$(dirname "$SCRIPT") -# install sphinx from http://sphinxsearch.com/downloads/release/ +# install sphinx from https://sphinxsearch.com/downloads/release/ wget http://sphinxsearch.com/files/sphinxsearch_2.2.11-release-1~xenial_amd64.deb sudo dpkg -i sphinxsearch_2.2.11-release-1~xenial_amd64.deb diff --git a/tests/data/travis/README.md b/tests/data/travis/README.md index adfed0920..8cfcfe2c8 100644 --- a/tests/data/travis/README.md +++ b/tests/data/travis/README.md @@ -1,8 +1,8 @@ -This directory contains scripts for automated test runs via the [Travis CI](http://travis-ci.com) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. +This directory contains scripts for automated test runs via the [Travis CI](https://travis-ci.com) build service. They are used for the preparation of worker instances by setting up needed extensions and configuring database access. These scripts might be used to configure your own system for test runs. But since their primary purpose remains to support Travis in running the test cases, you would be best advised to stick to the setup notes in the tests themselves. The scripts are: - [`sphinx-setup.sh`](sphinx-setup.sh) - Prepares the [Sphinx](http://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL + Prepares the [Sphinx](https://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL diff --git a/tests/data/travis/sphinx-setup.sh b/tests/data/travis/sphinx-setup.sh index fef4612e0..970247af8 100755 --- a/tests/data/travis/sphinx-setup.sh +++ b/tests/data/travis/sphinx-setup.sh @@ -2,7 +2,7 @@ SCRIPT=$(readlink -f "$0") CWD=$(dirname "$SCRIPT") -# install sphinx from http://sphinxsearch.com/downloads/release/ +# install sphinx from https://sphinxsearch.com/downloads/release/ wget http://sphinxsearch.com/files/sphinxsearch_2.2.11-release-1~trusty_amd64.deb sudo dpkg -i sphinxsearch_2.2.11-release-1~trusty_amd64.deb