]> granicus.if.org Git - postgis/commitdiff
Removed hardcoded flags for raster2pgsql from run_test
authorBborie Park <bkpark at ucdavis.edu>
Fri, 14 Dec 2012 20:25:54 +0000 (20:25 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 14 Dec 2012 20:25:54 +0000 (20:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10828 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test
regress/run_test.pl

index ee69c22b34135e865245b698ed6b370ecec32c02..50b629b56353a00a3873abff81cada7d322385d2 100755 (executable)
@@ -480,7 +480,7 @@ run_raster_loader_and_check_output()
                show_progress
 
                # Produce the output SQL file.
-               ${RASTER2PGSQL} $_loader_options -C -f the_rast ${TEST}.tif $_tblname \
+               ${RASTER2PGSQL} $_loader_options ${TEST}.tif $_tblname \
                        > ${PGIS_REG_TMPDIR}/loader.out \
                        2> ${PGIS_REG_TMPDIR}/loader.err
 
index 2cfb0cb33fa1b9736e1ed3368d7436ed4f2d9e37..30dc4f887b1ef6b25ab6b75105d89d0a5e021774 100755 (executable)
@@ -767,7 +767,7 @@ sub run_raster_loader_and_check_output
                show_progress();
 
                # Produce the output SQL file.
-               $cmd = "$RASTER2PGSQL $loader_options -C -f the_rast ${TEST}.tif $tblname > $outfile 2> $errfile";
+               $cmd = "$RASTER2PGSQL $loader_options ${TEST}.tif $tblname > $outfile 2> $errfile";
                $rv = system($cmd);
                
                if ( $rv )