From 1515e5847c9bdae3ecfdbf43bd96ec0e46133175 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 22 Feb 2019 13:24:15 +0000
Subject: [PATCH] COB-49: logging

---
 SubSystems/Online_Cobalt/validation/validate | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SubSystems/Online_Cobalt/validation/validate b/SubSystems/Online_Cobalt/validation/validate
index 626b9e1d558..1bd9e0409ea 100755
--- a/SubSystems/Online_Cobalt/validation/validate
+++ b/SubSystems/Online_Cobalt/validation/validate
@@ -126,8 +126,8 @@ echo "********************************************************************"
 
 echo "Skipped ${NRNOTAPPLICABLE} out of ${NRTESTS} tests."
 echo "Ran ${NRAPPLICABLE} out of ${NRTESTS} tests."
-echo "${SUCCESSPERCENTAGE}% or ${NRSUCCESS}/${NRAPPLICABLE} of the ran tests passed."
-echo "$((100-SUCCESSPERCENTAGE))% or ${NRFAILURE}/${NRAPPLICABLE} of the ran tests failed."
+echo "$((100-SUCCESSPERCENTAGE))% or ${NRFAILURE}/${NRAPPLICABLE} of the tests which ran failed."
+echo "${SUCCESSPERCENTAGE}% or ${NRSUCCESS}/${NRAPPLICABLE} of the tests which ran passed."
 echo ""
 
 # Base our exit code on the existence of failed tests
-- 
GitLab