summaryrefslogtreecommitdiff
path: root/dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-23 06:48:31 +0000
commit2192265bf68cb7383759a6296f267e6c6807749a (patch)
tree60e9f62c07f98d98ea3901f11670c3d4511518f2 /dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch
parent603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (diff)
downloadbaldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.gz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.tar.xz
baldeagleos-repo-2192265bf68cb7383759a6296f267e6c6807749a.zip
Adding metadata
Diffstat (limited to 'dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch')
-rw-r--r--dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch b/dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch
deleted file mode 100644
index 9812bd728e0c..000000000000
--- a/dev-python/OutputCheck/files/OutputCheck-0.4.2-Driver.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/OutputCheck/Driver.py
-+++ b/OutputCheck/Driver.py
-@@ -34,7 +34,7 @@ ExitCode = enum('SUCCESS',
-
- def main(args):
- parser = argparse.ArgumentParser(description=__doc__)
-- parser.add_argument('check_file', type=argparse.FileType('rU'), help='File containing check commands')
-+ parser.add_argument('check_file', type=argparse.FileType('r'), help='File containing check commands')
- parser.add_argument('--file-to-check=', type=argparse.FileType('r'), default='-', help='File to check (default %(default)s)')
- parser.add_argument('--check-prefix=', default='CHECK', help='Prefix to use from check_file')
- parser.add_argument("-l","--log-level",type=str, default="INFO", choices=['debug','info','warning','error'])