]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
try to figure why the cb test fails on travis
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 9 Feb 2015 13:04:02 +0000 (14:04 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 9 Feb 2015 13:04:02 +0000 (14:04 +0100)
bindings/perl-shared/t/callback.t

index 0264ad909619f1880491d00f6be3550e24ebb8d4..6e5d9b2c253051e210885346556b5e9d0ee83a24 100755 (executable)
@@ -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');