use regedit at the beginning of your script to set the AeDebug key to a "" string (and you should have saved the key value before), and restore it at the end of your script<BR><BR><BR>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">&gt; Message du 31/03/05 08:47<BR>&gt; De : "Cal Pierog" <CPIEROG@MATH.HMC.EDU><BR>&gt; A : wine-devel@winehq.org<BR>&gt; Copie à : <BR>&gt; Objet : Wine Debugger<BR>&gt; <BR>&gt; I am trying to write a script which, at one point, needs to run the wine <BR>&gt; test suite, accomplished with:<BR>&gt; <BR>&gt; make -k test<BR>&gt; <BR>&gt; Even though this skips over bad tests, it does not prevent the debugger <BR>&gt; from kicking in every once in a while and asking for user input. I would <BR>&gt; like this script to be robust enough to run the test suite without user <BR>&gt; input, even when one of the tests fails badly enough to call the debugger.<BR>&gt; <BR>&gt; So, is there any way to disable the debugger so that the script can just <BR>&gt; continue on errors and not sit at a "Wine-dbg&gt;" prompt?<BR>&gt; <BR>&gt; Thanks,<BR>&gt; Cal Pierog<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; </BLOCKQUOTE>