From 70ac6dbb9fbdf7757a11ca8b168c240689b40166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 24 Feb 2017 15:56:26 +0100 Subject: [PATCH] Minor output improvements in approvalTests.py --- scripts/approvalTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/approvalTests.py b/scripts/approvalTests.py index 6c51aa4e..b1b1d65d 100755 --- a/scripts/approvalTests.py +++ b/scripts/approvalTests.py @@ -148,5 +148,5 @@ approve("junit.sw", ["~[c++11]~[!nonportable]", "-s", "-w", "NoAssertions", "-r" approve("xml.sw", ["~[c++11]~[!nonportable]", "-s", "-w", "NoAssertions", "-r", "xml", "--order", "lex"]) if overallResult != 0: - print("If these differenecs are expected run approve.py to approve new baselines") + print("If these differences are expected, run approve.py to approve new baselines.") exit(overallResult)