Skip to content

Commit 7577ca3

Browse files
committed
Issue #221: Fix broken tests by using the right names.
1 parent af69790 commit 7577ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/orchestration.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ cd orchestration/scripts
1515

1616
# Test Django app installation.
1717
docker run -d --name app -p 80:80 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
18-
./django-app.sh
18+
./app.sh
1919

2020
# Test Django db installation.
2121
docker run -d --name db -p 3360:3360 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
22-
./django-db.sh
22+
./db.sh
2323

2424
# Other tests from the book.
25-
./orchestration.sh
25+
./multi.sh

0 commit comments

Comments
 (0)