mws262 / qwop-controls

0 stars 0 forks source link

mvn test spews way too much to console #24

Open mws262 opened 5 years ago

mws262 commented 5 years ago

Lots of logging spams up the console. Also on the CI server, there are graphics errors that somehow don't cause the build to fail, but still seem like bad things.

mws262 commented 5 years ago

78d8956919193de89d941ee798bc56341579775f Loads a separate logging configuration for testing. No more log messages in unit tests.

mws262 commented 5 years ago

Now trying to use xvfb to get rid of GUI errors in Travis-CI builds.

mws262 commented 5 years ago

Tried a bunch of things in xvfb and xdummy to try to make those errors go away. As it stands, I've wasted too much time, and all it does is clog the log a tad. Going to put this on hold. Still have a little bit more testing to make sure that the other logging issues are taken care of.