On Tue, 2007-12-18 at 13:07 -0800, Roger Mach wrote: > On Tue, 2007-12-18 at 12:48 -0800, [EMAIL PROTECTED] wrote: > > Subrata Modak, the maintainer of LTP, would like to know if any of us > > have pounder patches that we want to push upstream. I don't recall > > there being any, but let's face it, my brain is dead. If there's stuff > > that needs to be pushed, please let me or Mr. Modak (cc'd) know. > > I'd like to see the bug that prevents the xterm_stress test from ever > running get fixed. Here's the (trivial) patch:
Thanks for this Patch. Guys, some of you might have used pounder21 inside LTP. But i have not received any Patches from you on this. You can start using Pounder21 for great testing and can always ping Roger and djwong for any problems you face, as their team uses it very often. --Subrata > > --- ltp-full-20060918/testcases/pounder21/test_scripts/xterm_stress.orig > 2007-12-25 13:00:37.000000000 -0800 > +++ ltp-full-20060918/testcases/pounder21/test_scripts/xterm_stress > 2007-12-25 13:01:28.000000000 -0800 > @@ -32,7 +32,7 @@ NEED_TO_START_X=1 > #fi > > # Kill test if we don't want it. > -if [ "$DO_X_TESTS" -eq 0 ]; then > +if [ $DO_X_TESTS -eq 0 ]; then > echo "X11 testing is off." > exit -1 > fi > > -- Roger > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
