videosite-test: Add debug flag, remove unused config variable
authorRalf Ertzinger <ralf@skytale.net>
Sun, 18 Aug 2013 19:49:22 +0000 (21:49 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Sun, 18 Aug 2013 19:49:50 +0000 (21:49 +0200)
videosite-test.pl

index 1f3d146..422a9fc 100755 (executable)
@@ -19,6 +19,8 @@ my $success = 0;
 my $fail = 0;
 my $notest = 0;
 
+GetOptions("d" => \$debug);
+
 push(@INC, dirname(realpath($0)));
 load 'libvideosite';