Revision: 75795
http://sourceforge.net/p/brlcad/code/75795
Author: starseeker
Date: 2020-05-14 05:32:39 +0000 (Thu, 14 May 2020)
Log Message:
-----------
Protect the repository.sh test definition
Modified Paths:
--------------
brlcad/trunk/regress/CMakeLists.txt
Modified: brlcad/trunk/regress/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/CMakeLists.txt 2020-05-14 05:30:29 UTC (rev 75794)
+++ brlcad/trunk/regress/CMakeLists.txt 2020-05-14 05:32:39 UTC (rev 75795)
@@ -107,10 +107,12 @@
# repository violates this as it spends considerable time scanning
# the entire source tree, then scanning different sets of files for
# properties.
- Sh_Regression_Test(repository "")
- if(NOT BRLCAD_DISABLE_REGRESS_TIMEOUT)
- set_tests_properties(regress-repository PROPERTIES TIMEOUT 600)
- endif(NOT BRLCAD_DISABLE_REGRESS_TIMEOUT)
+ if (NOT DEFINED REPOCHECK_TEST)
+ Sh_Regression_Test(repository "")
+ if(NOT BRLCAD_DISABLE_REGRESS_TIMEOUT)
+ set_tests_properties(regress-repository PROPERTIES TIMEOUT 600)
+ endif(NOT BRLCAD_DISABLE_REGRESS_TIMEOUT)
+ endif (NOT DEFINED REPOCHECK_TEST)
Sh_Regression_Test(mged mged)
Sh_Regression_Test(red mged)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits