jjtParadox / Barometer

An old experimental test library for 1.12 MinecraftForge mods.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Run the tests headless by default #5

Closed tdaffin closed 6 years ago

tdaffin commented 6 years ago

This change prevents the server gui popping up when you are running tests. I'm not sure this is 100% necessary but I imagine it could cause problems on CI machines.

jjtParadox commented 6 years ago

Huh didn't know that flag actually worked. Thanks!