From 32dea7d77f1717ae146d1c3d22d64b84e3d373f4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 18:57:50 -0600 Subject: Include timestamp in install-archzfs log filename --- scripts/test-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/test-install.sh b/scripts/test-install.sh index fa5c431..f9b574e 100755 --- a/scripts/test-install.sh +++ b/scripts/test-install.sh @@ -248,7 +248,7 @@ verify_install() { if [[ "$enable_ssh" == "yes" ]]; then # Check if we can still SSH (install script reboots, so this won't work) # Instead, check the install log for success indicators - if ssh_cmd "grep -q 'Installation complete' /tmp/install-archzfs.log"; then + if ssh_cmd "grep -q 'Installation complete' /tmp/install-archzfs-*.log 2>/dev/null"; then info "Install log shows success" else warn "Could not verify install log" @@ -342,7 +342,7 @@ run_test() { stop_vm "$config_name" # Save logs - ssh_cmd "cat /tmp/install-archzfs.log" > "$LOG_DIR/${config_name}-install.log" 2>/dev/null || true + ssh_cmd "cat /tmp/install-archzfs-*.log" > "$LOG_DIR/${config_name}-install.log" 2>/dev/null || true cp "$SERIAL_LOG" "$LOG_DIR/${config_name}-serial.log" 2>/dev/null || true cleanup_disks "$config_name" -- cgit v1.2.3