From 414e9b13c2bf758f2e15a1b03c7ed71c5f38e8a5 Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Sun, 11 Nov 2018 15:39:51 +1100 Subject: [PATCH] Remove -x from smoke-test. --- cmd/postgres_exporter/tests/test-smoke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/postgres_exporter/tests/test-smoke b/cmd/postgres_exporter/tests/test-smoke index b8a886f8..c3806857 100755 --- a/cmd/postgres_exporter/tests/test-smoke +++ b/cmd/postgres_exporter/tests/test-smoke @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # Basic integration tests with postgres. Requires docker to work. SOURCE="${BASH_SOURCE[0]}"