]> granicus.if.org Git - postgis/commitdiff
Name dumper test shapefile after test name (#2507)
authorSandro Santilli <strk@keybit.net>
Fri, 11 Oct 2013 12:11:12 +0000 (12:11 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 11 Oct 2013 12:11:12 +0000 (12:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12032 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index bf59ef4ce60b88405863fcb76813c87e96fd6fec..13afe444a62cbcaccd47bc90c52d258aafda0e39 100755 (executable)
@@ -923,9 +923,9 @@ sub run_dumper_test
   # ON_ERROR_STOP is used by psql to return non-0 on an error
   my $psql_opts="--no-psqlrc --variable ON_ERROR_STOP=true";
 
-       my $shpfile = "${TMPDIR}/dumper-shp";
-       my $outfile = "${TMPDIR}/dumper.out";
-       my $errfile = "${TMPDIR}/dumper.err";
+       my $shpfile = "${TMPDIR}/dumper-" . basename(${TEST}) . "-shp";
+       my $outfile = "${TMPDIR}/dumper-" . basename(${TEST}) . ".out";
+       my $errfile = "${TMPDIR}/dumper-" . basename(${TEST}) . ".err";
 
   # Produce the output SHP file.
   open DUMPFILE, "$dump_file" or die "Cannot open dump file $dump_file\n";