Remove -x from smoke-test.

This commit is contained in:
Will Rouesnel 2018-11-11 15:39:51 +11:00
parent 99ff02c6a9
commit 414e9b13c2
No known key found for this signature in database
GPG Key ID: 72DC65802A1091C5
1 changed files with 1 additions and 1 deletions

View File

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