From f185effa1507ef35654531b42852fc68ff06ffa9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 1 Apr 2016 10:33:44 +0200 Subject: 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). --- build_files/buildbot/slave_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build_files') diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py index 78f8f68317d..6f313ede2ee 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 -- cgit v1.2.3