Buildbot: Disable tests on Linux builders
No idea why they works on windows, but points are: - libs/tests folder is NOT checked out on any platforms - render_povray addon does mkdir on a path which might not have parents There might be some other issues, but those are kinda stoppers for us.
This commit is contained in:
@@ -35,6 +35,10 @@ blender_dir = '../blender.git'
|
||||
if "cmake" in builder:
|
||||
# cmake
|
||||
|
||||
if "linux" in builder:
|
||||
print("Automated tests are still DISABLED!")
|
||||
sys.exit(0)
|
||||
|
||||
build_dir = os.path.abspath(os.path.join('..', 'build', builder))
|
||||
chroot_name = None
|
||||
chroot_prefix = []
|
||||
|
Reference in New Issue
Block a user