[postgis-tickets] r15082 - Do not require expecting DISCARD ALL

Sandro Santilli strk at kbt.io
Wed Sep 7 11:36:06 PDT 2016


Author: strk
Date: 2016-09-07 11:36:05 -0700 (Wed, 07 Sep 2016)
New Revision: 15082

Modified:
   branches/2.2/regress/run_test.pl
Log:
Do not require expecting DISCARD ALL

.. actually it may be a good idea to run it always after each test ..

Modified: branches/2.2/regress/run_test.pl
===================================================================
--- branches/2.2/regress/run_test.pl	2016-09-07 18:30:38 UTC (rev 15081)
+++ branches/2.2/regress/run_test.pl	2016-09-07 18:36:05 UTC (rev 15082)
@@ -712,7 +712,7 @@
 	@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY|DO)/, @lines);
 	@lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
 	@lines = grep(!/^(DROP|CREATE|ALTER|VACUUM)/, @lines);
-	@lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);
+	@lines = grep(!/^(LOG|SET|TRUNCATE|DISCARD)/, @lines);
 	@lines = grep(!/^LINE \d/, @lines);
 	@lines = grep(!/^\s+$/, @lines);
 



More information about the postgis-tickets mailing list