On Thu, Dec 18, 2003 at 10:19:47AM -0500, David Dawes wrote:
> I did get lots of spurious results with the early versions of the
> new xtest scripts I added to make testing easier.  The latest version
> (4.0.1) seems to be pretty stable now though.

I needed this to get the run.sh script to work properly.

Alan.

Index: run.sh
===================================================================
RCS file: /X11R6/x-cvs/test/xsuite/run.sh,v
retrieving revision 1.3
diff -u -r1.3 run.sh
--- run.sh      6 Dec 2003 18:45:17 -0000       1.3
+++ run.sh      18 Dec 2003 17:44:10 -0000
@@ -61,13 +61,15 @@
 Echo "Press <enter> to continue: "
 read resp
 
+newsettings=y
+
 if [ -f xtest/tetexec.cfg ]; then
        echo "There is an existing xtest configuration file"
        Echo "Do you want to use it? (y/n) [y] "
        read resp
        case "$resp" in
-       [nN]*)
-               newsettings=y
+       [yY]*)
+               newsettings=n
                ;;
        *)
                ;;
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to