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:
+1
-1
@@ -3,4 +3,4 @@
|
|||||||
url = https://github.com/unrealircd/ircfly.git
|
url = https://github.com/unrealircd/ircfly.git
|
||||||
[submodule "extras/tests/functional-tests"]
|
[submodule "extras/tests/functional-tests"]
|
||||||
path = 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
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ cd ..
|
|||||||
# Install 'cipherscan'
|
# Install 'cipherscan'
|
||||||
git clone -q https://github.com/mozilla/cipherscan
|
git clone -q https://github.com/mozilla/cipherscan
|
||||||
|
|
||||||
# Install 'unrealircd-tests'
|
# Install 'unrealircd-tests-old'
|
||||||
git clone -q https://github.com/unrealircd/unrealircd-tests.git
|
git clone -q https://github.com/unrealircd/unrealircd-tests-old.git
|
||||||
cd unrealircd-tests
|
cd unrealircd-tests-old
|
||||||
bundle install
|
bundle install
|
||||||
mv config.yaml.example config.yaml
|
mv config.yaml.example config.yaml
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ cd ../extras/tests/tls
|
|||||||
./tls-tests
|
./tls-tests
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# Back in unrealircd-tests, run the tests!
|
# Back in unrealircd-tests-old, run the tests!
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
bundle exec rake
|
bundle exec rake
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user