From: Razvan Deaconescu Date: Fri, 23 Apr 2010 15:36:33 +0000 (+0300) Subject: log-parser: add simple test scripts for libtorrent and tribler X-Git-Tag: getopt_long~53 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=14c8ed5d6dfd57d46ba6ca0b6ab13d49842ca724;p=cs-p2p-next.git log-parser: add simple test scripts for libtorrent and tribler --- diff --git a/ppf/log-parser/generic/libtorrent_parser_test b/ppf/log-parser/generic/libtorrent_parser_test new file mode 100755 index 0000000..65b79f3 --- /dev/null +++ b/ppf/log-parser/generic/libtorrent_parser_test @@ -0,0 +1,5 @@ +#!/bin/bash + +sample=../../log-samples/libtorrent/libtorrent-status.sample.log + +PYTHONPATH=../../db/ python LibtorrentStatusParser.py "$sample" diff --git a/ppf/log-parser/generic/tribler_parser_test b/ppf/log-parser/generic/tribler_parser_test new file mode 100755 index 0000000..f132501 --- /dev/null +++ b/ppf/log-parser/generic/tribler_parser_test @@ -0,0 +1,5 @@ +#!/bin/bash + +sample=../../log-samples/tribler/status_sample.out + +PYTHONPATH=../../db/ python TriblerStatusParser.py "$sample"