[Bps-public-commit] Test-Chimps-Client branch, master, updated. baa9fe19a7e134e3e86450bdb78495a5947e7bbb

Alex Vandiver alexmv at bestpractical.com
Mon Jul 26 20:13:39 EDT 2010


The branch, master has been updated
       via  baa9fe19a7e134e3e86450bdb78495a5947e7bbb (commit)
      from  33e25299df258ff4e233cb98993874e8f7489cbd (commit)

Summary of changes:
 lib/Test/Chimps/Smoker.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit baa9fe19a7e134e3e86450bdb78495a5947e7bbb
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jul 26 20:15:23 2010 -0400

    Ensure that the TAP archive isn't cleaned by the tmp cleaner

diff --git a/lib/Test/Chimps/Smoker.pm b/lib/Test/Chimps/Smoker.pm
index 43204db..7c11009 100644
--- a/lib/Test/Chimps/Smoker.pm
+++ b/lib/Test/Chimps/Smoker.pm
@@ -257,7 +257,7 @@ sub _smoke_once {
 
     print "running tests for $project\n";
     my $test_glob = $source->test_glob;
-    my $tmpfile = File::Temp->new( SUFFIX => ".tar.gz" );
+    my $tmpfile = File::Temp->new( TEMPLATE => "chimps-archive-XXXXX", SUFFIX => ".tar.gz" );
     my $harness = TAP::Harness::Archive->new( {
             archive          => $tmpfile,
             extra_properties => {

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list