Skip to content
代码片段 群组 项目
未验证 提交 d6aa4d68 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Silence warnings in scripts/rspec_check_order_dependence

上级 a1c71270
No related branches found
No related tags found
无相关合并请求
...@@ -40,6 +40,8 @@ done ...@@ -40,6 +40,8 @@ done
set -xe set -xe
export RSPEC_WARN_MISSING_FEATURE_CATEGORY=0
bin/rspec --order defined "${RSPEC_ARGS[@]}" "$@" bin/rspec --order defined "${RSPEC_ARGS[@]}" "$@"
RSPEC_ORDER=reverse bin/rspec "${RSPEC_ARGS[@]}" "$@" RSPEC_ORDER=reverse bin/rspec "${RSPEC_ARGS[@]}" "$@"
bin/rspec --order random "${RSPEC_ARGS[@]}" "$@" bin/rspec --order random "${RSPEC_ARGS[@]}" "$@"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册