From d83831e585acee5cc97c24b8bf630cfbd1da4383 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 13 Jan 2025 21:28:02 +0100 Subject: [PATCH] remove typos --- test.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.ps1 b/test.ps1 index ccd6aa0e..78c06a6c 100644 --- a/test.ps1 +++ b/test.ps1 @@ -1,8 +1,8 @@ Invoke-Command -Script { cargo run } -ErrorAction SilentlyContinue IF( $LASTEXITCODE -EQ 5 ) { - Write-Output "eduOS-rs runs succesfully within Qemu" + Write-Output "eduOS-rs runs successfully within Qemu" Exit 0 } else { - Write-Output echo "eduOS-rs isn't able to run within Qemu" + Write-Output "eduOS-rs isn't able to run within Qemu" Exit 1 }