Mozilla/mozilla/tools/tinderbox/test-reportdata.pl
mcafee%mocha.com 53d529a2dd First add, a small wrapper script to test out reportdata.pl, the graphzilla server stuff.
git-svn-id: svn://10.0.0.236/trunk@175067 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:54:14 +00:00

18 lines
320 B
Perl
Executable File

#!/usr/bin/perl -w
#
# Test wrapper for reportdata.pl, e.g. "Is my apache server
# collecting data?" this is an easy way to just shove in some
# random data to test things out.
#
use strict;
use warnings;
require "reportdata.pl";
{
ReportData::send_results_to_server("web.java", 250, "--", "foo", "lespaul");
}