From 462197db52b9e2ec6970af842884f9e2bda17b1a Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 8 Nov 2021 19:52:38 +0300 Subject: [PATCH] test: Add -x flag for debugging --- tests/integration-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration-test.sh b/tests/integration-test.sh index 0c67ef66..8c96ae21 100755 --- a/tests/integration-test.sh +++ b/tests/integration-test.sh @@ -1,6 +1,7 @@ #!/bin/bash set -e +set -x # shellcheck source=functions.sh source tests/functions.sh