]> granicus.if.org Git - postgis/commitdiff
Remove debugging print from run_test.pl
authorSandro Santilli <strk@keybit.net>
Mon, 5 May 2014 08:24:49 +0000 (08:24 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 5 May 2014 08:24:49 +0000 (08:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12503 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 6317a252f606077aa652c722a81bb3e8a437b90d..95d271b0e632fe232d18c2851c9ff47975711e80 100755 (executable)
@@ -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 )