mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Change <> to !=
This commit is contained in:
parent
dd2810d60a
commit
91ea20c4cc
@ -94,6 +94,6 @@ approve( "junit.sw", ["~_", "-s", "-w", "NoAssertions", "-r", "junit"] )
|
|||||||
# xml reporter, include passes, warn about No Assertions
|
# xml reporter, include passes, warn about No Assertions
|
||||||
approve( "xml.sw", ["~_", "-s", "-w", "NoAssertions", "-r", "xml"] )
|
approve( "xml.sw", ["~_", "-s", "-w", "NoAssertions", "-r", "xml"] )
|
||||||
|
|
||||||
if overallResult <> 0:
|
if overallResult != 0:
|
||||||
print "run approve.py to approve new baselines"
|
print "run approve.py to approve new baselines"
|
||||||
exit( overallResult)
|
exit( overallResult)
|
Loading…
Reference in New Issue
Block a user