Skip to content

Commit 9b05eda

Browse files
committed
Include the HLT menu in the name of the output directory.
1 parent 852214b commit 9b05eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HLTrigger/Configuration/scripts/hltPhase2UpgradeIntegrationTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ else:
111111
print("=" * 40)
112112

113113
# Directory where all test configurations will be stored
114-
output_dir = "hlt_test_configs"
114+
output_dir = "hlt_test_configs_HLTMENU_" + menu
115115
# If the directory exists, remove it first
116116
if os.path.exists(output_dir):
117117
shutil.rmtree(output_dir)

0 commit comments

Comments
 (0)