summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/start_tests.sh
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2023-04-20 19:19:00 +0200
committerGitHub <noreply@github.com>2023-04-20 19:19:00 +0200
commitd0acb1c53f177ae859a469a868fcc5e840eff8e8 (patch)
treed7926a2681a5f607ed5d4e9714d9d331b1100630 /tools/docker-compose/start_tests.sh
parentMerge pull request #13889 from TheRealHaoLiu/egg-liminate (diff)
downloadawx-d0acb1c53f177ae859a469a868fcc5e840eff8e8.tar.xz
awx-d0acb1c53f177ae859a469a868fcc5e840eff8e8.zip
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
Diffstat (limited to 'tools/docker-compose/start_tests.sh')
-rwxr-xr-xtools/docker-compose/start_tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/docker-compose/start_tests.sh b/tools/docker-compose/start_tests.sh
index 2e80679cb2..67f2e644a6 100755
--- a/tools/docker-compose/start_tests.sh
+++ b/tools/docker-compose/start_tests.sh
@@ -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