diff --git a/reframe/core/pipeline.py b/reframe/core/pipeline.py index 46083eb415..e69f64c1bf 100644 --- a/reframe/core/pipeline.py +++ b/reframe/core/pipeline.py @@ -1036,7 +1036,7 @@ def __rfm_init__(self, prefix=None): if rt.runtime().get_option('general/0/non_default_craype'): self._cdt_environ = Environment( name='__rfm_cdt_environ', - variables={ + env_vars={ 'LD_LIBRARY_PATH': '$CRAY_LD_LIBRARY_PATH:$LD_LIBRARY_PATH' } )