From 1f98665699c2ce013d1321ab7edf1e585e367270 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Jun 2019 17:57:21 +1000 Subject: [PATCH] moved build.Binaries ahead of build.All ensure we get new builds out quickly --- Tools/autotest/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index d8e946f270..857fe8b320 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -733,8 +733,8 @@ if __name__ == "__main__": steps = [ 'prerequisites', - 'build.All', 'build.Binaries', + 'build.All', 'build.Parameters', 'build.unit_tests',