mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
Change <> to !=
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user