1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Correct path to test configuration file

This commit is contained in:
Jeremy Stretch
2020-04-01 13:29:54 -04:00
parent f316958943
commit 093181c186

View File

@ -35,8 +35,7 @@ if [[ $RC != 0 ]]; then
fi
# Point to the testing configuration file for use in CI
CONFIG="netbox/netbox/configuration.py"
ln -s netbox/netbox/configuration.testing.py $CONFIG
ln -s configuration.testing.py netbox/netbox/configuration.py
# Run NetBox tests
coverage run --source="netbox/" netbox/manage.py test netbox/