未验证 提交 cf2c42a9 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

fix exec nightly error on mac (#28567)

上级 110febdc
...@@ -563,12 +563,12 @@ EOF ...@@ -563,12 +563,12 @@ EOF
if [ ${NIGHTLY_MODE:-OFF} == "ON" ]; then if [ ${NIGHTLY_MODE:-OFF} == "ON" ]; then
nightly_label="" nightly_label=""
else else
nightly_label="RUN_TYPE=NIGHTLY|RUN_TYPE=DIST:NIGHTLY|RUN_TYPE=EXCLUSIVE:NIGHTLY" nightly_label="(RUN_TYPE=NIGHTLY|RUN_TYPE=DIST:NIGHTLY|RUN_TYPE=EXCLUSIVE:NIGHTLY)"
echo "=========================================" echo "========================================="
echo "Unittests with nightly labels are only run at night" echo "Unittests with nightly labels are only run at night"
echo "=========================================" echo "========================================="
fi fi
ctest -E "($disable_ut_quickly)" -LE "($nightly_label)" --output-on-failure -j $2 | tee $tmpfile ctest -E "($disable_ut_quickly)" -LE ${nightly_label} --output-on-failure -j $2 | tee $tmpfile
failed_test_lists='' failed_test_lists=''
collect_failed_tests collect_failed_tests
mactest_error=0 mactest_error=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册