We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d18942 commit 91506a9Copy full SHA for 91506a9
.github/scripts/debug-tmt.sh
@@ -16,9 +16,13 @@ summary: Minimal test
16
test: echo "hello world"
17
FMFEOF
18
19
-echo "=== Test 1: Default tmt run (with set -x from this script) ==="
+echo "=== Test 1: TMT run discover only (no provision) ==="
20
tmt run discover --how fmf 2>&1 | head -50 || true
21
22
+echo ""
23
+echo "=== Test 1b: TMT run with provision (minimal, local) ==="
24
+tmt run -v provision --how local 2>&1 | head -100 || true
25
+
26
echo ""
27
echo "=== Test 2: Check if TMT detects it's in CI and enables debug ==="
28
python3 <<'EOF'
0 commit comments