mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +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
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# shellcheck source=functions.sh
|
||||
source tests/functions.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue