Buildbot: Disable test step for now

It causes some false indication of a failed build on soma platforms
where it times out.

Windows and macOS needs extra work to properly support python paths
and path to the bundle.

This can now happen without poking git every time by doing local
modifications on a builder prior to commit.
This commit is contained in:
Sergey Sharybin
2019-07-02 15:39:47 +02:00
parent e7356bb011
commit 1f65606911

View File

@@ -33,6 +33,9 @@ builder = sys.argv[1]
blender_dir = '../blender.git'
if "cmake" in builder:
print("Automated tests are still DISABLED!")
sys.exit(0)
build_dir = os.path.abspath(os.path.join('..', 'build', builder))
install_dir = os.path.abspath(os.path.join('..', 'install', builder))
# NOTE: For quick test only to see if the approach work.