From 0c78f7cb7d1813edd3ac8d655b3e7f3b5074a998 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 5 May 2014 08:24:49 +0000 Subject: [PATCH] Remove debugging print from run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12503 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/run_test.pl b/regress/run_test.pl index 6317a252f..95d271b0e 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -493,7 +493,7 @@ sub run_simple_sql # Dump output to a temp file. my $tmpfile = sprintf("%s/test_%s_tmp", $TMPDIR, $RUN); my $cmd = "psql -v \"VERBOSITY=terse\" -tXA $DB < $sql > $tmpfile 2>&1"; - print($cmd); + #print($cmd); my $rv = system($cmd); # Check if psql errored out. if ( $rv != 0 ) -- 2.50.1