We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4235979 + 2be94b4 commit 644bad1Copy full SHA for 644bad1
paddle/scripts/paddle_build.sh
@@ -381,7 +381,7 @@ function run_mac_test() {
381
EOF
382
383
# TODO: jiabin need to refine this part when these tests fixed on mac
384
- ctest --output-on-failure -j8
+ ctest --output-on-failure -j $1
385
# make install should also be test when unittest
386
make install -j 8
387
pip install /usr/local/opt/paddle/share/wheels/*.whl
@@ -729,7 +729,7 @@ function main() {
729
maccheck)
730
cmake_gen ${PYTHON_ABI:-""}
731
build_mac
732
- run_mac_test
+ run_mac_test ${PROC_RUN:-1}
733
;;
734
cicheck_py35)
735
0 commit comments