1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Remove -x from smoke-test.

This commit is contained in:
Will Rouesnel
2018-11-11 15:39:51 +11:00
parent 99ff02c6a9
commit 414e9b13c2

View File

@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
# Basic integration tests with postgres. Requires docker to work.
SOURCE="${BASH_SOURCE[0]}"