Skip to content

Commit 2be94b4

Browse files
committed
test=release/1.0.0
1 parent 70cfb96 commit 2be94b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function run_mac_test() {
381381
EOF
382382

383383
# TODO: jiabin need to refine this part when these tests fixed on mac
384-
ctest --output-on-failure -j8
384+
ctest --output-on-failure -j $1
385385
# make install should also be test when unittest
386386
make install -j 8
387387
pip install /usr/local/opt/paddle/share/wheels/*.whl

0 commit comments

Comments
 (0)