Minor output improvements in approvalTests.py

This commit is contained in:
Martin Hořeňovský 2017-02-24 15:56:26 +01:00
parent 593161ddd8
commit 70ac6dbb9f
1 changed files with 1 additions and 1 deletions

View File

@ -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)