[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [linux-distros-dev] Down to 14 test failures
|
- From: Andrew Overholt <overholt@xxxxxxxxxx>
- Date: Fri, 06 Mar 2009 09:07:06 -0500
- Delivered-to: linux-distros-dev@eclipse.org
On Fri, 2009-03-06 at 08:48 +0100, alcapcom wrote:
> 2009/3/5 Andrew Overholt <overholt@xxxxxxxxxx>:
> > [2]
> > https://build.eclipse.org/hudson/job/cbi-linuxtools-0.2.x-Ganymede-nightly/lastBuild/testReport/org.eclipse.linuxtools.rpm.ui.editor.tests/RpmPackageProposalsListTest/testGetRpmInfo/
>
> Hi Andrew,
>
> Do you know if rpm[1] is installed where testes are run?
>
> ret = Utils.runCommandToString("rpm", "-q",
> pkgName, "--qf",
> //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
> getformattedRpmInformations());
It's probably not :) We'll have to simulate its output.
Andrew