Skip to content

Commit cb9008f

Browse files
committed
IE Config : Respect IECORE_FORCE_GLOBAL_SYMBOLS during tests
1 parent 5778642 commit cb9008f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/ie/options

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@ envVarsToImport = ["PATH",
389389
"CORTEX_POINTDISTRIBUTION_TILESET",
390390
"OCIO",
391391
"IECORE_DEBUG_WAIT",
392-
"CORTEX_PERFORMANCE_TEST"]
392+
"CORTEX_PERFORMANCE_TEST",
393+
"IECORE_FORCE_GLOBAL_SYMBOLS",
394+
]
393395

394396
ENV_VARS_TO_IMPORT= " ".join(envVarsToImport)
395397

0 commit comments

Comments
 (0)