Skip to content

Commit

Permalink
Merge pull request #138 from Arhell/test
Browse files Browse the repository at this point in the history
update tests folder links
  • Loading branch information
bizley authored Sep 12, 2023
2 parents 62d7b92 + 8ebbe97 commit d168f89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/data/actions/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/data/actions/sphinx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions tests/data/travis/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/data/travis/sphinx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d168f89

Please sign in to comment.