Skip Menu |

This queue is for tickets about the Test-Smoke CPAN distribution.

Report information
The Basics
Id: 98896
Status: resolved
Priority: 0/
Queue: Test-Smoke

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.61_03
Fixed in: (no value)



Subject: Improve error message
This message in smokeperl Cannot copy to out6545271751605391e5f6588265900e7fea1fd0bd.jsn: No such file or directory at ./smokeperl.pl line 341. Doesn't give me enough to work out what's wrong. I suggest changing die "Cannot copy to $archived_jsn: $!" to die 'Cannot copy' . catfile($conf->{ddir}, mktest.jsn) . ' to ' . catfile($conf->{adir}, $archived_jsn) . ": $!"
commit 6523c63231db17b1e1a9e07a813c5b79f9697bf7 Author: abeltje <abeltje@test-smoke.org> Date: Mon May 27 22:34:22 2013 +0200 Add more http-posters to CoreSmokeDB and introduce a seperate Archiver. * TS::Archiver && TS::App::Archiver && tsarchive.pl * more posters: HTTP::Tiny && curl * add log_warn() to TS::App::Base and TS::LogMixin * add TS::App::RunSmoke && tsrunsmoke.pl