refactor: consolidate test-iso.sh and monitor-build.sh into run.sh
- Merged VM testing functions into run.sh (test:iso commands) - Merged build monitoring into run.sh (monitor command) - Updated tests to reference ./run.sh test:iso instead of ./test-iso.sh - Updated documentation (README.md, AGENTS.md, STATUS.md) - Removed standalone scripts per project cleanup 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
@test "VM boots with UEFI (requires VM)" {
|
||||
# This test requires a running VM
|
||||
if ! virsh domstate knel-football-test 2>/dev/null | grep -q "running"; then
|
||||
skip "VM not running - start with ./test-iso.sh create"
|
||||
skip "VM not running - start with ./run.sh test:iso create"
|
||||
fi
|
||||
|
||||
# Check UEFI boot would require VM console access
|
||||
@@ -64,7 +64,7 @@
|
||||
@test "Secure Boot verification (requires VM)" {
|
||||
# This test requires manual verification
|
||||
if ! virsh domstate knel-football-test 2>/dev/null | grep -q "running"; then
|
||||
skip "VM not running - start with ./test-iso.sh create"
|
||||
skip "VM not running - start with ./run.sh test:iso create"
|
||||
fi
|
||||
|
||||
# Secure Boot verification requires console access
|
||||
|
||||
Reference in New Issue
Block a user