Project

General

Profile

Actions

Bug #13661

open

syntax in _run_tests remote command is wrong.

Added by Anonymous over 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

In workunit.py, there is a set of arguments to a remote run that look like:

'find', '-executable', '-type', 'f', '-printf', r'%P\0'.format(srcdir=srcdir)

srcdir does not appear anywhere inside the formatted string. I am not sure if we want
the last parameter to be:

r'%P\0'

or

r'{srcdir}%P\0'

or

r'{srcdir}\0'

or something else, but what we have there right now is probably not right.

the find behaves without throwing an exception but may not be finding what we are
looking for.

No data to display

Actions

Also available in: Atom PDF