8000 Use set -exv in initializedb.sh · kevinvoid/PyMySQL@3b51a62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b51a62

Browse files
committed
Use set -exv in initializedb.sh
1 parent 0b91c36 commit 3b51a62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis/initializedb.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/bash
22

3-
#debug
4-
set -x
5-
#verbose
6-
set -v
3+
#error,debug,verbose,
4+
set -exv
75

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

0 commit comments

Comments
 (0)
0