[Bf-blender-cvs] [cca811de98f] master: Fix test print wording that confuses build bot highlighting.

Alexander Gavrilov noreply at git.blender.org
Fri Oct 22 17:26:30 CEST 2021


Commit: cca811de98fa9eeddc128d1fa0e26e4ec1b700f9
Author: Alexander Gavrilov
Date:   Fri Oct 22 18:26:00 2021 +0300
Branches: master
https://developer.blender.org/rBcca811de98fa9eeddc128d1fa0e26e4ec1b700f9

Fix test print wording that confuses build bot highlighting.

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

M	source/blender/blenkernel/intern/armature_test.cc

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

diff --git a/source/blender/blenkernel/intern/armature_test.cc b/source/blender/blenkernel/intern/armature_test.cc
index bd2088c6aba..2375c606247 100644
--- a/source/blender/blenkernel/intern/armature_test.cc
+++ b/source/blender/blenkernel/intern/armature_test.cc
@@ -331,7 +331,7 @@ static void test_vec_roll_to_mat3_orthogonal(double s, double x1, double x2, dou
     }
   }
 
-  printf("             Max determinant error %.10f at %f.\n", delta, tmax);
+  printf("             Max determinant deviation %.10f at %f.\n", delta, tmax);
 }
 
 #define TEST_VEC_ROLL_TO_MAT3_ORTHOGONAL(name, s, x1, x2, y1, y2) \



More information about the Bf-blender-cvs mailing list