Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vm-tests/test-vm-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ EOF
echo "$(date): [RUN_ID:$RUN_ID] Initiating shutdown"
# This provides a fallback in case the script exits but instance doesn't terminate
SHUTDOWN_DELAY=$((5))
sudo shutdown +$(SHUTDOWN_DELAY) "Scheduled shutdown: Test completed. Shutting down in ${SHUTDOWN_DELAY} minutes to prevent orphaned instance."
sudo shutdown +${SHUTDOWN_DELAY} "Scheduled shutdown: Test completed. Shutting down in ${SHUTDOWN_DELAY} minutes to prevent orphaned instance."

# Exit with the appropriate exit code
# The shutdown is scheduled but script exits immediately with proper status
Expand Down
Loading