From: Tobias Oetiker Date: Mon, 9 Feb 2015 13:04:02 +0000 (+0100) Subject: try to figure why the cb test fails on travis X-Git-Tag: v1.5.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a497f650a6ad5974cc5e044bfe06794c72f7341;p=thirdparty%2Frrdtool-1.x.git try to figure why the cb test fails on travis --- diff --git a/bindings/perl-shared/t/callback.t b/bindings/perl-shared/t/callback.t index 0264ad90..6e5d9b2c 100755 --- a/bindings/perl-shared/t/callback.t +++ b/bindings/perl-shared/t/callback.t @@ -62,4 +62,6 @@ if (my $ERROR = RRDs::error) { die "RRD ERROR: $ERROR\n"; } +use Data::Dumper; +warn Dumper $result; ok("callback",$result->{'print[0]'} eq '0.724496');