Skip to content

Commit ba3d9f0

Browse files
authored
Merge pull request PaddlePaddle#2033 from PaddlePaddle/gangliao-patch-3
add verbose output for unit test
2 parents 8ea5b76 + 4c31f18 commit ba3d9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake .. \
3434
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
3535
make -j `nproc`
3636
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
37-
ctest -j `nproc`
37+
ctest -V -j `nproc`
3838
fi
3939
make install
4040
pip install /usr/local/opt/paddle/share/wheels/*.whl

0 commit comments

Comments
 (0)