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:
Brad King
2022-10-31 09:34:14 -04:00
parent 0a2e26bcbf
commit a2943d9ec8

View File

@@ -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})