Skip to content

Commit

Permalink
Use set -exv in initializedb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Dec 20, 2018
1 parent 0b91c36 commit 3b51a62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis/initializedb.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash

#debug
set -x
#verbose
set -v
#error,debug,verbose,
set -exv

if [ ! -z "${DB}" ]; then
# disable existing database server in case of accidential connection
Expand Down

0 comments on commit 3b51a62

Please sign in to comment.