[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: old problem, gcc problem



On Sat, 16 Feb 2002, Mihai RUSU wrote:

> I want to test out my compiled kernel. I need to
> upgrade to solve that DAC960 issue. I know SGI runs some QA tests, I want
> to know if there are some public available XFS/kernel tests ?

Sure; just check out the cvs repository, and under cmd/xfstests there are
60+ tests you can run.  Just edit cmds/xfstests/common.config for your
hostname (to set test partitions, be careful, SCRATCH_DEV and
SCRATCH_LOGDEV will be overwritten during the tests).  Then run

[xfstests]# ./check 0??

and it will run through all the tests.

-Eric