loader: build_module_importation invalidates the mmodule on errors
[nit.git] / lib / mnit_linux / linux_app.nit
index d47778f..440187a 100644 (file)
@@ -31,6 +31,7 @@ redef class App
 
        redef fun setup
        do
+               if "NIT_TESTING".environ == "true" then exit 0
                display = new Opengles1Display
 
                super