mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Tests: Teach CheckSourceTree test to clean up more specific known files
Extend the list of files added by commit 2de1458c3c (Tests: Teach
CheckSourceTree test to clean up some specific known files, 2022-10-13).
This commit is contained in:
@@ -4,6 +4,7 @@ if(DEFINED ENV{CTEST_REAL_HOME})
|
||||
endif()
|
||||
|
||||
file(GLOB known_files
|
||||
"${CMake_SOURCE_DIR}/Tests/Java/hs_err_pid*.log"
|
||||
"${CMake_SOURCE_DIR}/Tests/JavaExportImport/InstallExport/hs_err_pid*.log"
|
||||
"${CMake_SOURCE_DIR}/Tests/JavaNativeHeaders/hs_err_pid*.log"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user