[Bps-public-commit] Test-Chimps-Client branch, master, updated. 20dbb1e586c5a185c888c01197a61659c0552b06
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 26 20:19:02 EDT 2010
The branch, master has been updated
via 20dbb1e586c5a185c888c01197a61659c0552b06 (commit)
from baa9fe19a7e134e3e86450bdb78495a5947e7bbb (commit)
Summary of changes:
lib/Test/Chimps/Smoker.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 20dbb1e586c5a185c888c01197a61659c0552b06
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 26 20:20:48 2010 -0400
Despite providing a template, create the archive in /tmp (or equivilent)
diff --git a/lib/Test/Chimps/Smoker.pm b/lib/Test/Chimps/Smoker.pm
index 7c11009..bea1789 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( TEMPLATE => "chimps-archive-XXXXX", SUFFIX => ".tar.gz" );
+ my $tmpfile = File::Temp->new( TEMPLATE => "chimps-archive-XXXXX", TMPDIR => 1, SUFFIX => ".tar.gz" );
my $harness = TAP::Harness::Archive->new( {
archive => $tmpfile,
extra_properties => {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list