From e2844e2feff654368c34092aaeb3aab3e6e6483f Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Sat, 13 Jul 2024 01:07:45 -0400 Subject: bootstrap ci: add exit code validation for windows (#45221) --- share/spack/qa/validate_last_exit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/qa/validate_last_exit.ps1 b/share/spack/qa/validate_last_exit.ps1 index c8a9f7f5be..565968b2b1 100644 --- a/share/spack/qa/validate_last_exit.ps1 +++ b/share/spack/qa/validate_last_exit.ps1 @@ -1,3 +1,3 @@ if ($LASTEXITCODE -ne 0){ - throw "Unit Tests have failed" + throw "Tests have failed" } \ No newline at end of file -- cgit v1.2.3-70-g09d2