I just posted this to the CDash mailing list. Julien pointed out that
this is actually a CTest problem (since CTest writes the XML saying what
warnings happened during the build) and suggested I repost over here.

I have the following warning in my project build:

/.../rs/sdk/trunk/internalheaders/minorrev/_build/util/svnutils.py:34:
DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.

  infile, lines = os.popen4("svn info --non-interactive %s" %
workingCopyPathOrRepositoryURL)


This warning is marked as an error in CDash. Shall I open a bug? Is
there a workaround to explain to CTest that this output is not an error?

And yes, I'm aware that popen* sucks and that subprocess is a lot
better, but I don't want to fight that battle today.

Thanks,
tyler
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to