[Greater-commits] r251 - trunk/GREAT-ER-DB/impl/postgresql/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 22 18:00:17 CEST 2011


Author: aheinecke
Date: 2011-06-22 18:00:17 +0200 (Wed, 22 Jun 2011)
New Revision: 251

Modified:
   trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
Log:
Remove old os.W* functions which no longer exist


Modified: trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-06-22 15:52:59 UTC (rev 250)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-06-22 16:00:17 UTC (rev 251)
@@ -55,7 +55,7 @@
         outfile = open(outfilename, "w")
         outfile.write(output)
         outfile.close()
-    if not os.WIFEXITED(status) or os.WEXITSTATUS(status) != 0:
+    if status != 0:
         if outfilename:
             message = "see %s" % outfilename
         else:



More information about the Greater-commits mailing list