Skip to content

Commit fe036cb

Browse files
torsavapkubatrh
authored andcommitted
Rename uwsgi-test-app to virtualenv-uwsgi-test-app
1 parent 9107d4d commit fe036cb

12 files changed

Lines changed: 3 additions & 3 deletions

File tree

2.7/test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
IMAGE_NAME=${IMAGE_NAME:-openshift/python-27-centos7-candidate}
1010

11-
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,uwsgi,locale,mod-wsgi}-test-app)
11+
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,virtualenv-uwsgi,locale,mod-wsgi}-test-app)
1212

1313
# TODO: Make command compatible for Mac users
1414
test_dir="$(readlink -zf $(dirname "${BASH_SOURCE[0]}"))"
File renamed without changes.
File renamed without changes.

3.4/test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
IMAGE_NAME=${IMAGE_NAME:-openshift/python-34-centos7-candidate}
1010

11-
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,uwsgi,locale,mod-wsgi}-test-app)
11+
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,virtualenv-uwsgi,locale,mod-wsgi}-test-app)
1212

1313
# TODO: Make command compatible for Mac users
1414
test_dir="$(readlink -zf $(dirname "${BASH_SOURCE[0]}"))"
File renamed without changes.
File renamed without changes.

3.5/test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
IMAGE_NAME=${IMAGE_NAME:-openshift/python-35-centos7-candidate}
1010

11-
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,uwsgi,locale,mod-wsgi}-test-app)
11+
declare -a WEB_APPS=({standalone,setup,django,numpy,app-home,virtualenv-uwsgi,locale,mod-wsgi}-test-app)
1212

1313
# TODO: Make command compatible for Mac users
1414
test_dir="$(readlink -zf $(dirname "${BASH_SOURCE[0]}"))"

0 commit comments

Comments
 (0)