changeset 5869:246d27834017

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 20 Jul 2012 14:38:23 +0200
parents d0913d4d96cc (current diff) a10e72af4dc5 (diff)
children d84a26dc32f5
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Fri Jul 20 14:33:14 2012 +0200
+++ b/mx/commands.py	Fri Jul 20 14:38:23 2012 +0200
@@ -391,11 +391,11 @@
                 ret = True
         if line == ENDTOKEN:
             if not findInOutput:
-                stdin.write('echo ERR%errorlevel%' + newLine)
+                stdin.write('echo ERRXXX%errorlevel%' + newLine)
             else:
                 break
-        if line.startswith('ERR'):
-            if line == 'ERR0':
+        if line.startswith('ERRXXX'):
+            if line == 'ERRXXX0':
                 ret = True
             break;
     stdin.write('exit' + newLine)