Skip to content

Commit

Permalink
Rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnciar committed Jun 25, 2024
1 parent 1c03553 commit 87df49e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ SYMLINK_RULES:
- src: ../../examples/gunicorn-config-different-port-test-app
dest: test/gunicorn-config-different-port-test-app

- src: ../../examples/gunicorn-using-configfile-test-app
dest: test/gunicorn-using-configfile-test-app
- src: ../../examples/gunicorn-python-configfile-different-port-test-app
dest: test/gunicorn-python-configfile-different-port-test-app

- src: ../../examples/locale-test-app
dest: test/locale-test-app
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ SYMLINK_RULES:
- src: ../../examples/gunicorn-config-different-port-test-app
dest: test/gunicorn-config-different-port-test-app

- src: ../../examples/gunicorn-using-configfile-test-app
dest: test/gunicorn-using-configfile-test-app
- src: ../../examples/gunicorn-python-configfile-different-port-test-app
dest: test/gunicorn-python-configfile-different-port-test-app

- src: ../../examples/locale-test-app
dest: test/locale-test-app
Expand Down
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# IMAGE_NAME specifies a name of the candidate image used for testing.
# The image has to be available before this script is executed.
#
declare -a COMMON_WEB_APPS=({gunicorn-config-different-port,gunicorn-different-port,gunicorn-using-configfile,django-different-port,standalone,setup,setup-requirements,django,numpy,app-home,locale,pipenv,pipenv-and-micropipenv-should-fail,app-module,pyuwsgi-pipenv{% if spec.version.startswith("3.") %},micropipenv,standalone-custom-pypi-index{% endif %}}-test-app)
declare -a COMMON_WEB_APPS=({gunicorn-config-different-port,gunicorn-different-port,gunicorn-python-configfile-different-port,django-different-port,standalone,setup,setup-requirements,django,numpy,app-home,locale,pipenv,pipenv-and-micropipenv-should-fail,app-module,pyuwsgi-pipenv{% if spec.version.startswith("3.") %},micropipenv,standalone-custom-pypi-index{% endif %}}-test-app)
declare -a FULL_WEB_APPS=({setup-cfg,npm-virtualenv-uwsgi,mod-wsgi,pin-pipenv-version{% if spec.version.startswith("3.") %},micropipenv-requirements,poetry-src-layout{% endif %}}-test-app)
declare -a MINIMAL_WEB_APPS=()
{% if spec.minimal %}
Expand Down

0 comments on commit 87df49e

Please sign in to comment.