From a2943d9ec8dfda59d398780619586720ed50bc0b Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 31 Oct 2022 09:34:14 -0400 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 a59ffb5..6341bd6 100644 --- a/Tests/CheckSourceTree/check.cmake +++ b/Tests/CheckSourceTree/check.cmake @@ -5,6 +5,7 @@ endif() file(GLOB known_files "${CMake_SOURCE_DIR}/Tests/JavaExportImport/InstallExport/hs_err_pid*.log" + "${CMake_SOURCE_DIR}/Tests/JavaNativeHeaders/hs_err_pid*.log" ) if(known_files) file(REMOVE ${known_files}) -- cgit v0.12