On Wed, Feb 01, 2006 at 07:48:25AM +0100, Joel Soete wrote: > Hello Herbert, > > The latest test seems always ok (I mean no regression imho) on this > parisc 32bit up kernel ;-)
great! nitpick: let's prefix the tests with [ARCH] in the future (for ML postings) to simplify searching ... btw, we a planning to support an -m 'mail' option to send the arch info to the ML in the near future ... > Linux patst007 2.6.16-rc1-vs2.1.0.9-pa2-d32up #3 Tue Jan 31 08:16:56 CET 2006 > parisc GNU/Linux > Linux-VServer Test [V0.15] Copyright (C) 2003-2006 H.Poetzl > chcontext is working. > chbind is working. > Linux 2.6.16-rc1-vs2.1.0.9-pa2-d32up #3 Tue Jan 31 08:16:56 CET 2006 parisc > Ea 0.30.209 263/fallback (S*) <compat,v11,v13,fscompat,net,oldproc,olduts> > VCI: 0002:0001 263 03000116 (TbLgnP) > --- > [000]# succeeded. > [001]# succeeded. > [011]# succeeded. > [031]# succeeded. > [101]# succeeded. > [102]# succeeded. > [201]# succeeded. > [202]# succeeded. > --- > [L01]# succeeded. > [D01]# succeeded. > [L02]# succeeded. > [D02]# succeeded. > [L03]# succeeded. > [D03]# succeeded. > [L11]# succeeded. > [D11]# succeeded. > [L12]# succeeded. > [D12]# succeeded. > [L21]# succeeded. > [D21]# succeeded. > [L22]# succeeded. > [D22]# succeeded. > [L31]# succeeded. > [D31]# succeeded. > > Linux-VServer FS Test [V0.12] Copyright (C) 2005-2006 H.Poetzl > Linux 2.6.16-rc1-vs2.1.0.9-pa2-d32up parisc/0.30.209 > VCI: 0002:0001 263 03000116 (ugid24) > --- > testing ext2 filesystem ... > [000]. (ext2 format) > xid related tests ... > [001]. [002]. [011]. [012]. [014]. [015]. [019]. > [020]. [021]. [022]. [023]. [024]. [025]. [026]. [027]. [028]. > [033]. [034]. [035]. [037]. > xattr related tests ... > [101]. [102]. [103]. [104]. [106]. [108]. [109]. > [112]. [113]. [114]. [115]. [116]. [117]. [118]. [119]. > [121]. [122]. [123]. [124]. [199]. > > --- > testing ext3 filesystem ... > [000]. (ext3 format) > xid related tests ... > [001]. [002]. [011]. [012]. [014]. [015]. [019]. > [020]. [021]. [022]. [023]. [024]. [025]. [026]. [027]. [028]. > [033]. [034]. [035]. [037]. > xattr related tests ... > [101]. [102]. [103]. [104]. [106]. [108]. [109]. > [112]. [113]. [114]. [115]. [116]. [117]. [118]. [119]. > [121]. [122]. [123]. [124]. [199]. > > --- > testing xfs filesystem ... > [000]. (xfs format) > xid related tests ... > [001]. [002]. [011]. [012]. [014]. [015]. [019]. > [020]. [021]. [022]. [023]. [024]. [025]. [026]. [027]. [028]. > [033]. [034]. [035]. [037]. > xattr related tests ... > [101]. [102]. [103]. [104]. [106]. [108]. [109]. > [112]. [113]. [114]. [115]. [116]. [117]. [118]. [119]. > [121]. [122]. [123]. [124]. [199]. > > --- > testing reiser filesystem ... > [000]. (reiserfs format) > xid related tests ... > [001]. [002]. [011]. [012]. [014]. [015]. [019]. > [020]. [021]. [022]. [023]. [024]. [025]. [026]. [027]. [028]. > [033]. [034]. [035]. [037]. > xattr related tests ... > [101]. [102]. [103]. [104]. [106]. [108]. [109]. > [112]. [113]. [114]. [115]. [116]. [117]. [118]. [119]. > [121]. [122]. [123]. [124]. [199]. > > --- > testing jfs filesystem ... > [000]. (jfs format) > xid related tests ... > [001]. [002]. [011]. [012]. [014]. [015]. [019]. > [020]. [021]. [022]. [023]. [024]. [025]. [026]. [027]. [028]. > [033]. [034]. [035]. [037]. > xattr related tests ... > [101]. [102]. [103]. [104]* [106]. [108]. [109]. > [112]. [113]. [114]* [115]. [116]. [117]. [118]. [119]. > [121]* [122]* [123]* [124]* [199]. > > Btw may I ask you to add this -n (i.e. no_color option) to testme. > That would look like: no problem, will put it into the next version ... thanks, Herbert > # diff -Nau testme.sh.Orig testme.sh > --- testme.sh.Orig 2006-01-31 13:46:09.000000000 +0100 > +++ testme.sh 2006-01-31 14:03:20.000000000 +0100 > @@ -69,13 +69,14 @@ > > > verbose=0 > -while getopts ":hqvA:L" option; do > +while getopts ":hnqvA:L" option; do > case $option in > h) # help > cat << EOF > Usage: $cmdname [OPTION]... > > -h help > + -n no color codes > -q quick test > -v be verbose > -A [ARCH] architecture specific tests > @@ -92,6 +93,10 @@ > q) # just do quick tests > quick=1 > ;; > + n) # no color > + eR='';eG='';eY='';eB='';eN='' > + nocolor=1; > + ;; > v) # be verbose > verbose=$(( verbose + 1 )) > ;; > ====<>==== > > TIA&HTH, > Joel > > ------------------------------------------------------- > NOTE! My email address is changing to ... @scarlet.be > Please make the necessary changes in your address book. > > _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
