summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-03-03 11:38:36 +0000
committerRichard van der Hoff <richard@matrix.org>2016-03-03 19:13:43 +0000
commit62d808beccaf4ef94e743c57b9570bea99071eb7 (patch)
tree9071a1674496e03a3eb1db03ed562d32679fc06c /jenkins-sqlite.sh
parentMerge pull request #621 from matrix-org/daniel/ratelimiting (diff)
downloadsynapse-62d808beccaf4ef94e743c57b9570bea99071eb7.tar.xz
jenkins-*.sh: set -x
Also move the options from the shebang line to the body of the script, so that
they take effect even if somebody explicitly runs "bash jenkins.sh"
Diffstat (limited to 'jenkins-sqlite.sh')
-rwxr-xr-xjenkins-sqlite.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
index 2d98a0af93..57fd8de54d 100755
--- a/jenkins-sqlite.sh
+++ b/jenkins-sqlite.sh
@@ -1,4 +1,6 @@
-#!/bin/bash -eu
+#!/bin/bash
+
+set -eux
 
 : ${WORKSPACE:="$(pwd)"}