Changeset: 3bc534107345 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3bc534107345
Modified Files:
        testing/Mtest.py.in
Branch: Jul2015
Log Message:

Ignore error output from "hg root" command.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3765,7 +3765,7 @@ def main(argv) :
     BACK = os.getcwd()
     try:
         os.chdir(TSTSRCBASE)
-        proc = process.Popen(['hg', 'root'], stdout = process.PIPE)
+        proc = process.Popen(['hg', 'root'], stdout = process.PIPE, stderr = 
process.PIPE)
         out, err = proc.communicate()
         if proc.returncode == 0:
             CONDITIONALS['MERCURIAL'] = '#' # True
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to