Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tests folder links #138

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading