videosite-test: Add debug flag, remove unused config variable
[videosite.git] / 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';