diff options
| author | 2019-08-18 09:58:24 +0200 | |
|---|---|---|
| committer | 2019-08-18 09:58:24 +0200 | |
| commit | 779a427fc7fa07c4f9c69988924cf9c4372c08f8 (patch) | |
| tree | 621e74d3577394974ba82e2e853cb13f978f88a7 | |
| parent | Add dot in UNREAL_VERSION_SUFFIX. (diff) | |
| download | unrealircd-unreal42.tar.gz unrealircd-unreal42.tar.bz2 unrealircd-unreal42.zip | |
Updates for new repository name of test framework. unreal42
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rwxr-xr-x | extras/build-tests/nix/run-tests | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 3cda00985..262288c01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/unrealircd/ircfly.git [submodule "extras/tests/functional-tests"] path = extras/tests/functional-tests - url = https://github.com/unrealircd/unrealircd-tests.git + url = https://github.com/unrealircd/unrealircd-tests-old.git diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 5e76f1975..c3673cea9 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -36,9 +36,9 @@ cd .. # Install 'cipherscan' git clone -q https://github.com/mozilla/cipherscan -# Install 'unrealircd-tests' -git clone -q https://github.com/unrealircd/unrealircd-tests.git -cd unrealircd-tests +# Install 'unrealircd-tests-old' +git clone -q https://github.com/unrealircd/unrealircd-tests-old.git +cd unrealircd-tests-old bundle install mv config.yaml.example config.yaml @@ -56,7 +56,7 @@ cd ../extras/tests/tls ./tls-tests cd - -# Back in unrealircd-tests, run the tests! +# Back in unrealircd-tests-old, run the tests! if [[ "$OSTYPE" == "darwin"* ]]; then bundle exec rake else |
