[Bf-blender-cvs] [f185eff] master: Buildbot: Explicitly disable tests on all platforms

Sergey Sharybin noreply at git.blender.org
Fri Apr 1 10:36:33 CEST 2016


Commit: f185effa1507ef35654531b42852fc68ff06ffa9
Author: Sergey Sharybin
Date:   Fri Apr 1 10:33:44 2016 +0200
Branches: master
https://developer.blender.org/rBf185effa1507ef35654531b42852fc68ff06ffa9

Buildbot: Explicitly disable tests on all platforms

They were never running anyway since there's no checkout of
tests folder. We should either make tweaks to buildbot master
to make it to send cloning commands for tests folder and keep
tests working (currently some of them are broken).

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

M	build_files/buildbot/slave_test.py

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

diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py
index 78f8f68..6f313ed 100644
--- a/build_files/buildbot/slave_test.py
+++ b/build_files/buildbot/slave_test.py
@@ -35,9 +35,8 @@ blender_dir = '../blender.git'
 if "cmake" in builder:
     # cmake
 
-    if "linux" in builder or 'mac' in builder:
-        print("Automated tests are still DISABLED!")
-        sys.exit(0)
+    print("Automated tests are still DISABLED!")
+    sys.exit(0)
 
     build_dir = os.path.abspath(os.path.join('..', 'build', builder))
     chroot_name = None




More information about the Bf-blender-cvs mailing list