You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/12 23:40:18 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #11199: [MXNET-538] Add XUnit to python tests

eric-haibin-lin commented on a change in pull request #11199: [MXNET-538] Add XUnit to python tests
URL: https://github.com/apache/incubator-mxnet/pull/11199#discussion_r194920022
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -500,14 +502,14 @@ unittest_ubuntu_gpu_R() {
 unittest_centos7_cpu() {
     set -ex
     cd /work/mxnet
-    python3.6 -m "nose" --with-timer --verbose tests/python/unittest
-    python3.6 -m "nose" --with-timer --verbose tests/python/train
+    python3.6 -m "nose" --with-xunit --xunit-file nosetests1.xml --verbose tests/python/unittest
+    python3.6 -m "nose" --with-xunit --xunit-file nosetests2.xml --verbose tests/python/train
 }
 
 unittest_centos7_gpu() {
     set -ex
     cd /work/mxnet
-    python3.6 -m "nose" --with-timer --verbose tests/python/gpu
 
 Review comment:
   why remove `--with-timer`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services