This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c95d29  Add fail flag for tutorial test (#7817)
5c95d29 is described below

commit 5c95d295443f35e3f8f2d5ddfbcc1a1fb601c7a6
Author: Yao Wang <[email protected]>
AuthorDate: Fri Sep 8 16:43:50 2017 -0700

    Add fail flag for tutorial test (#7817)
---
 tests/nightly/test_tutorial.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/nightly/test_tutorial.py b/tests/nightly/test_tutorial.py
index 56b530a..ff7ee9d 100644
--- a/tests/nightly/test_tutorial.py
+++ b/tests/nightly/test_tutorial.py
@@ -106,3 +106,6 @@ if __name__ == "__main__":
         print "[Passed: %d of %d]" % (success_num, len(tutorial_list))
         print "Stats end"
 
+        if fail_num > 0:
+            exit(1)
+

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to