works for all detectors
Some checks failed
CMake / Configure and build using cmake (push) Failing after 2s

This commit is contained in:
2025-05-05 17:22:47 +02:00
parent b00a37bc16
commit 9889a31f81
2 changed files with 23 additions and 21 deletions

View File

@ -204,6 +204,7 @@ with open(fname, 'w') as fp:
Log(Fore.BLUE, 'General tests (results: ' + file_results + ')')
try:
cleanup(fp)
startGeneralTests(fp, file_results)
cleanup(fp)