From dfc7609bd938417a99759f2d9c78f40114e759e8 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sun, 18 Aug 2013 21:49:22 +0200 Subject: [PATCH] videosite-test: Add debug flag, remove unused config variable --- videosite-test.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/videosite-test.pl b/videosite-test.pl index 1f3d146..422a9fc 100755 --- a/videosite-test.pl +++ b/videosite-test.pl @@ -19,6 +19,8 @@ my $success = 0; my $fail = 0; my $notest = 0; +GetOptions("d" => \$debug); + push(@INC, dirname(realpath($0))); load 'libvideosite'; -- 1.8.3.1