Make debugging easier when running on Jenkins

This commit is contained in:
James Shubin
2016-02-12 15:55:31 -05:00
parent 427d424707
commit 85e9473d56
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# simple test harness for testing mgmt
# NOTE: this will rm -rf /tmp/mgmt/
echo running test-shell.sh
set -o errexit
set -o pipefail