Skip to content

Commit aceab46

Browse files
committed
Delete debugging info
1 parent 6319a73 commit aceab46

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tests/scripts/before_install.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 15:13:20>
5+
# Time-stamp: <2018-02-15 15:54:06>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -13,11 +13,7 @@ set -o pipefail
1313

1414
# Latest Ansible install
1515
pip install docker-py ansible
16-
echo "Debugging information"
17-
which python
18-
pip list
19-
ansible --version
20-
docker version
16+
2117
# Pull docker image or build it
2218
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]
2319
then

tests/scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: test.sh
5-
# Time-stamp: <2018-02-15 15:25:12>
5+
# Time-stamp: <2018-02-15 15:53:53>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -30,7 +30,7 @@ ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e image_name=${
3030
docker kill mongo{1,2,3} && docker rm mongo{1,2,3}
3131

3232
# Test 3
33-
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs' -vvv
33+
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs'
3434
# Idempotence test
3535
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo -e image_name=${DISTRIBUTION}:${DIST_VERSION} -e mongodb_version=${MONGODB_VERSION} -e mongodb_replication_replset='testrs' \
3636
| grep -q 'changed=0.*failed=0' \

0 commit comments

Comments
 (0)