Skip to content

Commit 35ce578

Browse files
committed
Update autodetect script
1 parent 8c6847a commit 35ce578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reframe/frontend/autodetect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def __enter__(self):
4747
self._workdir = os.path.abspath(
4848
tempfile.mkdtemp(prefix='rfm.', dir=self._prefix)
4949
)
50-
paths = ['bin/', 'reframe/', 'bootstrap.sh', 'requirements.txt']
50+
paths = ['bin/', 'reframe/', 'tools/',
51+
'bootstrap.sh', 'requirements.txt']
5152
use_pip = False
5253
try:
5354
for p in paths:

0 commit comments

Comments
 (0)