ENH: Enable compression with DartConfiguration file
This commit is contained in:
parent
b9982e4b60
commit
1cca4b3b24
|
@ -48,6 +48,7 @@ CoverageCommand: @COVERAGE_COMMAND@
|
||||||
GunzipCommand: @GUNZIPCOMMAND@
|
GunzipCommand: @GUNZIPCOMMAND@
|
||||||
CompressionCommand: @COMPRESSIONCOMMAND@
|
CompressionCommand: @COMPRESSIONCOMMAND@
|
||||||
CompressionType: @COMPRESSIONCOMMAND@
|
CompressionType: @COMPRESSIONCOMMAND@
|
||||||
|
CompressSubmission: @COMPRESS_SUBMISSION@
|
||||||
|
|
||||||
# Testing options
|
# Testing options
|
||||||
# TimeOut is the amount of time in seconds to wait for processes
|
# TimeOut is the amount of time in seconds to wait for processes
|
||||||
|
|
|
@ -413,6 +413,7 @@ void cmCTest::UpdateCTestConfiguration()
|
||||||
if ( m_DartMode )
|
if ( m_DartMode )
|
||||||
{
|
{
|
||||||
m_TimeOut = atoi(m_DartConfiguration["TimeOut"].c_str());
|
m_TimeOut = atoi(m_DartConfiguration["TimeOut"].c_str());
|
||||||
|
m_CompressXMLFiles = cmSystemTools::IsOn(m_DartConfiguration["CompressSubmission"].c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue