From 84eebdf18eb186513e1a7cbfff76b42b9e68f9cd Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 14 Nov 2022 10:22:50 -0500 Subject: 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). --- Tests/CheckSourceTree/check.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CheckSourceTree/check.cmake b/Tests/CheckSourceTree/check.cmake index 6341bd6..655e419 100644 --- a/Tests/CheckSourceTree/check.cmake +++ b/Tests/CheckSourceTree/check.cmake @@ -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" ) -- cgit v0.12