From d2f8fe855d0705faf216714cf147038563c0ba7e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Sep 2012 02:57:16 +0200 Subject: tests: Convert find_missing_doc into a unit test. --- docs-xml/scripts/find_missing_doc | 83 --------------------------------------- 1 file changed, 83 deletions(-) delete mode 100755 docs-xml/scripts/find_missing_doc (limited to 'docs-xml/scripts') diff --git a/docs-xml/scripts/find_missing_doc b/docs-xml/scripts/find_missing_doc deleted file mode 100755 index d75ef8dcc7..0000000000 --- a/docs-xml/scripts/find_missing_doc +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/python - -# Copyright (C) 2007,2012 Jelmer Vernooij - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# - -import optparse -import os -import re - -parser = optparse.OptionParser("source_dir") - -(opts, args) = parser.parse_args() - -if len(args) == 1: - topdir = args[0] -else: - topdir = "." - -# Reading links from manpage - -curdir = os.getcwd() -doc = {} - -os.chdir("smbdotconf"); - -f = os.popen("xsltproc --xinclude --param smb.context ALL generate-context.xsl parameters.all.xml", "r") -try: - for l in f.readlines(): - m = re.match('