소스 검색

Correct path to test configuration file

Jeremy Stretch 6 년 전
부모
커밋
093181c186
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      scripts/cibuild.sh

+ 1 - 2
scripts/cibuild.sh

@@ -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/