diff --git a/tests/nightly/test_tutorial.py b/tests/nightly/test_tutorial.py index 5adb149d03db..56f6ecd8afc5 100644 --- a/tests/nightly/test_tutorial.py +++ b/tests/nightly/test_tutorial.py @@ -79,4 +79,5 @@ def test_tutorial_nb(file_path): print "Test Summary End" print "Stats start" print "[Passed: %d of %d]" % (success_num, len(tutorial_list)) + print "Stats end"