Skip to content

Commit 317e8cd

Browse files
committed
Do not error if pipe failed
1 parent aceab46 commit 317e8cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/scripts/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
# -*- mode: sh; -*-
33

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

99
# set -o xtrace
1010
set -o nounset
1111
set -o errexit
12-
set -o pipefail
1312

1413
# Test 1
1514
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}

0 commit comments

Comments
 (0)