Просмотр исходного кода

Don't call xdg-open at the end of CI

Loïc Hoguin 9 лет назад
Родитель
Сommit
9a9183edf8
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      Makefile

+ 0 - 5
Makefile

@@ -35,11 +35,6 @@ TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}'
 
 # DIALYZER_OPTS += --src -r test
 
-# Open logs after CI ends.
-
-ci::
-	$(gen_verbose) xdg-open logs/all_runs.html
-
 # Use erl_make_certs from the tested release.
 
 ci-setup:: clean deps test-deps