From: Sandro Santilli Date: Mon, 5 May 2014 08:24:49 +0000 (+0000) Subject: Remove debugging print from run_test.pl X-Git-Tag: 2.2.0rc1~1113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c78f7cb7d1813edd3ac8d655b3e7f3b5074a998;p=postgis Remove debugging print from run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12503 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 )