test: Add -x flag for debugging

This commit is contained in:
Lev 2021-11-08 19:52:38 +03:00
parent 50502d2867
commit 462197db52

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -x
# shellcheck source=functions.sh
source tests/functions.sh