We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.4
Linux laptop-mach 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 GNU/Linux
工程目标/添加测试用例 一节中,“首次测试失败就中止“标题下面附的代码错误。 具体链接位置 这个 set_policy 是用来测试失败返回0的代码(下一个标题下附带的代码,推测是打错了)。 英文文档对应位置也有问题。
工程目标/添加测试用例
set_policy
查了下源码,应该改成 set_policy("test.stop_on_first_failure", true)
set_policy("test.stop_on_first_failure", true)
略
The text was updated successfully, but these errors were encountered:
可以直接提个 pr 过来修复
Sorry, something went wrong.
No branches or pull requests
Xmake 版本
2.9.4
操作系统版本和架构
Linux laptop-mach 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 GNU/Linux
描述问题
工程目标/添加测试用例
一节中,“首次测试失败就中止“标题下面附的代码错误。具体链接位置
这个
set_policy
是用来测试失败返回0的代码(下一个标题下附带的代码,推测是打错了)。英文文档对应位置也有问题。
期待的结果
查了下源码,应该改成
set_policy("test.stop_on_first_failure", true)
工程配置
略
附加信息和错误日志
略
The text was updated successfully, but these errors were encountered: