From 779a427fc7fa07c4f9c69988924cf9c4372c08f8 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 18 Aug 2019 09:58:24 +0200 Subject: [PATCH] Updates for new repository name of test framework. --- .gitmodules | 2 +- 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