Skip to content

Commit 2e17d12

Browse files
author
mahendrapaipuri
committed
Resolve conflicts with master
1 parent 2e69e0e commit 2e17d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reframe/frontend/ci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def rfm_command(testcase):
4242
f'-R' if recurse else '',
4343
f'--report-file={report_file}',
4444
f'--restore-session={restore_files}' if restore_files else '',
45-
'-n', testcase.check.name, '-r',
46-
f'{"".join("-" + verbosity)}' if verbosity else ''
45+
f'{"".join("-" + verbosity)}' if verbosity else '',
46+
'-n', f"'^{testcase.check.name}$'", '-r'
4747
])
4848

4949
max_level = 0 # We need the maximum level to generate the stages section

0 commit comments

Comments
 (0)