[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30044] branches/soc-2010-leifandersen/ tests/CMakeLists.txt: Fixed a typo that would cause the Image Diff tests to not actually render.

Leif Andersen leif.a.andersen at gmail.com
Tue Jul 6 16:28:33 CEST 2010


Revision: 30044
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30044
Author:   leifandersen
Date:     2010-07-06 16:28:33 +0200 (Tue, 06 Jul 2010)

Log Message:
-----------
Fixed a typo that would cause the Image Diff tests to not actually render.

Modified Paths:
--------------
    branches/soc-2010-leifandersen/tests/CMakeLists.txt

Modified: branches/soc-2010-leifandersen/tests/CMakeLists.txt
===================================================================
--- branches/soc-2010-leifandersen/tests/CMakeLists.txt	2010-07-06 13:56:50 UTC (rev 30043)
+++ branches/soc-2010-leifandersen/tests/CMakeLists.txt	2010-07-06 14:28:33 UTC (rev 30044)
@@ -27,5 +27,5 @@
 ADD_SUBDIRECTORY(gtest)
 ADD_SUBDIRECTORY(pyunit)
 
-ADD_TEST(Image_Diffs python ${Blender_BINARY_DIR}/tests/render/run.py --blender-bin ${blender_BIINARY_DIR}/bib/blender)
+ADD_TEST(Image_Diffs python ${Blender_BINARY_DIR}/tests/render/run.py --blender-bin ${Blender_BINARY_DIR}/bin/blender)
 SET_TESTS_PROPERTIES(Image_Diffs PROPERTIES PASS_REGULAR_EXPRESSION "All tests passed")





More information about the Bf-blender-cvs mailing list