mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
test: Add -x flag for debugging
This commit is contained in:
parent
50502d2867
commit
462197db52
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
# shellcheck source=functions.sh
|
# shellcheck source=functions.sh
|
||||||
source tests/functions.sh
|
source tests/functions.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue