You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CxxTest Version 4.3 (2013-07-05)
Running cxxtestgen --runner=XUnitPrinter --xunit-file=cxxtest.xml --headers=tests -w mytests --have-eh -o TestRunner.cc
with a list of files that are not present in the filesystem listed in file "tests" does not produce an error.
The exit code is 0.
Would it be possible to print something to stdout with a warning or an error saying which files are missing and return a code different than 0?
The text was updated successfully, but these errors were encountered:
Using CxxTest Version 4.3 (2013-07-05)
Running
cxxtestgen --runner=XUnitPrinter --xunit-file=cxxtest.xml --headers=tests -w mytests --have-eh -o TestRunner.cc
with a list of files that are not present in the filesystem listed in file "tests" does not produce an error.
The exit code is 0.
Would it be possible to print something to stdout with a warning or an error saying which files are missing and return a code different than 0?
The text was updated successfully, but these errors were encountered: