We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eca9ae commit 35c606eCopy full SHA for 35c606e
plans/test-20-local-upgrade.fmf
@@ -9,4 +9,9 @@ execute:
9
how: tmt
10
# We avoid writing nontrivial shell script as a general rule,
11
# so this is written in nu.
12
- script: exec nu tests/booted/test-image-pushpull-upgrade.nu
+ script: |
13
+ echo "**** bootc status:"
14
+ bootc status
15
+ echo "**** which tmt-reboot"
16
+ which tmt-reboot
17
+ exec nu tests/booted/test-image-pushpull-upgrade.nu
0 commit comments