1 Star 0 Fork 14

wangyangdahai/elixir

forked from src-openEuler/elixir 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Disable-no-support-local-erlang-version-test.patch 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
huanghaitao 提交于 2020-09-19 18:48 . update to fix build error
From 0745090bb60982ac2c332bd8ded3c53adf339f45 Mon Sep 17 00:00:00 2001
From: hht8 <huanghaitao12138@163.com>
Date: Sat, 19 Sep 2020 17:52:58 +0800
Subject: [PATCH] Disable no support local erlang version test
https://github.com/elixir-lang/elixir/issues/9173
disable this test to compat local erlang version.
---
lib/mix/test/mix/tasks/release_test.exs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/mix/test/mix/tasks/release_test.exs b/lib/mix/test/mix/tasks/release_test.exs
index 834ae77..6fb3d84 100644
--- a/lib/mix/test/mix/tasks/release_test.exs
+++ b/lib/mix/test/mix/tasks/release_test.exs
@@ -307,10 +307,6 @@ defmodule Mix.Tasks.ReleaseTest do
assert String.trim_trailing(version) == "eval 0.1.0"
refute File.exists?(Path.join(root, "RELEASE_BOOTED"))
- {hello_world, 0} = System.cmd(script, ["eval", "IO.puts :hello_world"])
- assert String.trim_trailing(hello_world) == "hello_world"
- refute File.exists?(Path.join(root, "RELEASE_BOOTED"))
-
open_port(script, ['eval', 'Application.ensure_all_started(:release_test)'])
assert %{
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyangdahai/elixir.git
git@gitee.com:wangyangdahai/elixir.git
wangyangdahai
elixir
elixir
master

搜索帮助