Skip to content

Commit 6635ff6

Browse files
committed
Add debugging echos
1 parent 1d41180 commit 6635ff6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tmt/tests/container/sanity/init/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# prep
3+
set -x
34
git clone "$REPO_URL" repo
45
cd repo
56
git fetch origin "$PR_HEAD"

tmt/tests/container/sanity/upgrade/upgrade.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -x
23
# prep
34
git clone "$REPO_URL" repo
45
cd repo

0 commit comments

Comments
 (0)