Ver Fonte

Trying to get tests to pass on travis

JC Brand há 7 anos atrás
pai
commit
fc17550d0c
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -218,8 +218,7 @@ eslint: stamp-npm
 
 
 .PHONY: check
 .PHONY: check
 check: eslint
 check: eslint
-	LOG_CR_VERBOSITY=INFO $(CHROMIUM) http://localhost:$(HTTPSERVE_PORT)/tests.html
-
+	LOG_CR_VERBOSITY=INFO $(CHROMIUM) --no-sandbox http://localhost:$(HTTPSERVE_PORT)/tests.html
 
 
 ########################################################################
 ########################################################################
 ## Documentation
 ## Documentation