c++ - Continuous Integration with Hudson and Automated Testing QWidgets -
I was playing with Hudson on my development computer and one such issue went where one of the automated unit tests is from QWidget QApplication to test the subclass. Since Hudson is running without X, it fails. Error log reads Is there any way to automate these tests using Hudson or a similar CI system? The library I am using prevents me from distinguishing this code from QWidget under testing. Try to launch something X Server Remember that it needs to display anything physically After that, a VNC server will be sufficient after that, set the $ DISPLAY environment point in your Hudson instance to point to the VNC server. unknown: X can not connect to server .
Comments
Post a Comment