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 unknown: X can not connect to server .

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.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -