mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Correct path to test configuration file
This commit is contained in:
parent
f316958943
commit
093181c186
@ -35,8 +35,7 @@ if [[ $RC != 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Point to the testing configuration file for use in CI
|
# Point to the testing configuration file for use in CI
|
||||||
CONFIG="netbox/netbox/configuration.py"
|
ln -s configuration.testing.py netbox/netbox/configuration.py
|
||||||
ln -s netbox/netbox/configuration.testing.py $CONFIG
|
|
||||||
|
|
||||||
# Run NetBox tests
|
# Run NetBox tests
|
||||||
coverage run --source="netbox/" netbox/manage.py test netbox/
|
coverage run --source="netbox/" netbox/manage.py test netbox/
|
||||||
|
Loading…
Reference in New Issue
Block a user