1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Updates for new repository name of test framework.

This commit is contained in:
Bram Matthys
2019-08-18 09:58:24 +02:00
parent 6044323d03
commit 779a427fc7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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