Skip to content

Commit 72fe43b

Browse files
committed
Add debug option
1 parent 3df31e6 commit 72fe43b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-reconciler-codegen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21+
set -x
22+
2123
[[ ! -v REPO_ROOT_DIR ]] && REPO_ROOT_DIR="$(git rev-parse --show-toplevel)"
2224
readonly REPO_ROOT_DIR
2325

0 commit comments

Comments
 (0)