Bladeren bron

Trying to get tests to pass on travis

JC Brand 7 jaren geleden
bovenliggende
commit
fc17550d0c
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -218,8 +218,7 @@ eslint: stamp-npm
 
 .PHONY: check
 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