[postgis-tickets] r16238 - Remove duplicated diff output

Sandro Santilli strk at kbt.io
Tue Jan 9 10:15:20 PST 2018


Author: strk
Date: 2018-01-09 10:15:20 -0800 (Tue, 09 Jan 2018)
New Revision: 16238

Modified:
   trunk/regress/run_test.pl
Log:
Remove duplicated diff output

This was accidentally included with r16153 by Komzpa

Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl	2018-01-09 18:06:42 UTC (rev 16237)
+++ trunk/regress/run_test.pl	2018-01-09 18:15:20 UTC (rev 16238)
@@ -754,9 +754,6 @@
 			print FILE $diff;
 			close(FILE);
 			fail("${msg}diff expected obtained", $diffile);
-			print "========";
-			print $diff;
-			print "========";
 			return 0;
 		}
 		else



More information about the postgis-tickets mailing list