Skip to content
Snippets Groups Projects
Commit 401f4e1d authored by Administrator's avatar Administrator
Browse files

Fix crashing test macros

Properly remove the GeoManger before leaving the ROOT session.
parent c53ebf12
No related branches found
No related tags found
No related merge requests found
......@@ -165,4 +165,6 @@ void run_analysis_tree_maker(Int_t nEvents = 2,
std::cout << " All ok " << std::endl;
// Generate_CTest_Dependency_File(depFile);
// ------------------------------------------------------------------------
RemoveGeoManager();
}
......@@ -92,5 +92,5 @@ void run_ana(Int_t nEvents = 3,
cout << " Test passed" << endl;
cout << " All ok " << endl;
// RemoveGeoManager();
RemoveGeoManager();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment