mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
Ignore exitcode from testrunner.
This commit is contained in:
parent
456bbf1d35
commit
f9971cfc0f
@ -10,7 +10,7 @@ main: $(OBJECTS)
|
|||||||
$(CXX) -o $@ $^
|
$(CXX) -o $@ $^
|
||||||
|
|
||||||
junit: main
|
junit: main
|
||||||
./main -r junit > junit.xml
|
-./main -r junit > junit.xml
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) main junit.xml
|
rm -f $(OBJECTS) main junit.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user