Revision: 76715
          http://sourceforge.net/p/brlcad/code/76715
Author:   starseeker
Date:     2020-08-12 02:44:13 +0000 (Wed, 12 Aug 2020)
Log Message:
-----------
In the github runner environment, we should print everything since we aren't 
able to long in and look at the log files... was a tossup to print or not 
previously, but in this environment we should print.  Will need to update other 
tests as well.

Modified Paths:
--------------
    brlcad/branches/RELEASE/regress/repository/regress-repository.cmake.in

Modified: brlcad/branches/RELEASE/regress/repository/regress-repository.cmake.in
===================================================================
--- brlcad/branches/RELEASE/regress/repository/regress-repository.cmake.in      
2020-08-12 00:02:38 UTC (rev 76714)
+++ brlcad/branches/RELEASE/regress/repository/regress-repository.cmake.in      
2020-08-12 02:44:13 UTC (rev 76715)
@@ -10,7 +10,8 @@
   )
 if(repository_result)
   file(APPEND ${LOGFILE} "${repository_log}\n")
-  message(FATAL_ERROR "[repository check] Failure: ${repository_result} - see 
details in log file: ${LOGFILE}\n")
+  file(READ ${LOGFILE} LOGMSG)
+  message(FATAL_ERROR "[repository check] Failure: ${repository_result} - see 
details in log file: ${LOGFILE}\n${LOGMSG}")
 endif(repository_result)
 
 # Local Variables:

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

Reply via email to