Issue #221: Fix broken tests by using the right names.

This commit is contained in:
Jeff Geerling
2020-08-03 16:05:55 -05:00
parent af69790068
commit 7577ca35aa
+3 -3
View File
@@ -15,11 +15,11 @@ cd orchestration/scripts
# Test Django app installation.
docker run -d --name app -p 80:80 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
./django-app.sh
./app.sh
# Test Django db installation.
docker run -d --name db -p 3360:3360 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
./django-db.sh
./db.sh
# Other tests from the book.
./orchestration.sh
./multi.sh