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 d6a269f commit aa088bdCopy full SHA for aa088bd
tmt/tests/booted/test-factory-reset.nu
@@ -41,7 +41,9 @@ def initial_build [] {
41
# nu's cp doesn't have -T
42
/usr/bin/cp -r -T $workdir_root $"($new_stateroot_path)/($workdir_root)"
43
44
- tmt-reboot
+ RUST_LOG=trace bootc status
45
+ sleep 10sec
46
+ tmt-reboot -c "systemctl reboot || sleep 10; systemctl --force --force reboot || reboot -f"
47
}
48
49
# The second boot; verify we're in the factory reset deployment
0 commit comments