We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852214b commit 9b05edaCopy full SHA for 9b05eda
HLTrigger/Configuration/scripts/hltPhase2UpgradeIntegrationTests
@@ -111,7 +111,7 @@ else:
111
print("=" * 40)
112
113
# Directory where all test configurations will be stored
114
-output_dir = "hlt_test_configs"
+output_dir = "hlt_test_configs_HLTMENU_" + menu
115
# If the directory exists, remove it first
116
if os.path.exists(output_dir):
117
shutil.rmtree(output_dir)
0 commit comments