summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/spack/qa/validate_last_exit.ps12
1 files changed, 1 insertions, 1 deletions
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