Delete cp of local_settings.py file in test running, because path no longer exists (#13894)

* Change reference to moved local_settings.py file

* Do not appy local_settings to test runner
This commit is contained in:
Alan Rominger
2023-04-20 13:19:00 -04:00
committed by GitHub
parent f61b73010a
commit d0acb1c53f
2 changed files with 1 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ cd /awx_devel
make clean
make awx-link
cp tools/docker-compose/ansible/roles/sources/files/local_settings.py awx/settings/local_settings.py
if [[ ! $@ ]]; then
make test
else