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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.)
# All Rights Reserved.
# Local Django settings for AWX project. Rename to "local_settings.py" and
# edit as needed for your development environment.
# Local Django settings for AWX project.
# All variables defined in awx/settings/development.py will already be loaded
# into the global namespace before this file is loaded, to allow for reading

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