We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cd68c commit 44f2579Copy full SHA for 44f2579
1 file changed
reframe/core/pipeline.py
@@ -2004,8 +2004,9 @@ def compile(self):
2004
2005
url = srcdir['url']
2006
if not osext.is_url(url):
2007
- raise ReframeError(f'The {srcdir} syntax only supports '
+ raise ReframeError(f'The dictionary syntax only supports '
2008
'git repositories')
2009
+
2010
self._clone_to_stagedir(url,
2011
files=srcdir[url]['files'] if 'files'
2012
in srcdir[url] else None,
0 commit comments