[Bf-blender-cvs] [abeab4fcad6] master: Fix buildbot not reporting error when tests fail

Brecht Van Lommel noreply at git.blender.org
Sat Sep 7 18:23:10 CEST 2019


Commit: abeab4fcad6635e6932f5719918338414a20c726
Author: Brecht Van Lommel
Date:   Sat Sep 7 18:22:06 2019 +0200
Branches: master
https://developer.blender.org/rBabeab4fcad6635e6932f5719918338414a20c726

Fix buildbot not reporting error when tests fail

===================================================================

M	build_files/buildbot/slave_test.py

===================================================================

diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py
index b9714c1ec7a..b959568a5c6 100644
--- a/build_files/buildbot/slave_test.py
+++ b/build_files/buildbot/slave_test.py
@@ -32,7 +32,7 @@ def test(builder):
     os.chdir(builder.build_dir)
 
     command = builder.command_prefix  + ['ctest'] + get_ctest_arguments(builder)
-    buildbot_utils.call(command, exit_on_error=False)
+    buildbot_utils.call(command)
 
 if __name__ == "__main__":
     builder = buildbot_utils.create_builder_from_arguments()



More information about the Bf-blender-cvs mailing list