This should probably use %r instead of %s. In practice I think repr(args) and str(args) will end up being the same, but in principle repr is supposed to be the inverse of eval so it's the more correct choice of formatting.
On Fri, Mar 26, 2010 at 2:40 PM, Darin Petkov <[email protected]> wrote: > A simple patch to propagate user args (autoserv -a/--args) to the > client-side control file. > >
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
