From 06a63bcc70f2bc86536f1be0bae5ff7535e494b1 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 4 Feb 2019 15:17:35 +0100 Subject: [PATCH] * debian/tests/acceptance: Set shell to bash. --- debian/changelog | 1 + debian/tests/acceptance | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ebc0d4..b14641d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ patroni (1.5.4-6) UNRELEASED; urgency=medium * debian/pg_createconfig_patroni: Determine Patroni API port dynamically and add @API_PORT@ substitution. * debian/config.yml.in: Replace API port by @API_PORT@. + * debian/tests/acceptance: Set shell to bash. -- Debian PostgreSQL Maintainers Mon, 04 Feb 2019 12:15:43 +0100 diff --git a/debian/tests/acceptance b/debian/tests/acceptance index 6d931f6..879945c 100755 --- a/debian/tests/acceptance +++ b/debian/tests/acceptance @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e