From 95742e3d1246a5c92e3f0359770d4ee169d3f9c6 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 24 Nov 2016 18:49:10 +0100 Subject: [PATCH] check_xbps: bugfix, re-add testmode switch --- check_xbps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_xbps.py b/check_xbps.py index 9504536..5b504ed 100755 --- a/check_xbps.py +++ b/check_xbps.py @@ -55,7 +55,7 @@ plugin.add_cmdlineoption('-P', '--path-xbps-install', 'xbps_install', 'full path plugin.add_cmdlineoption('-S', '--sync-repo-index', 'sync_repo_index', 'sync repository index files at startup', default=False, action='store_true') plugin.add_cmdlineoption('', '--ignore-sync-failure', 'fail_on_sync_failure', 'ignore repo index sync failures', default=True, action='store_false') -#FIXME: plugin.add_cmdlineoption('', '--mymonplugins-testmode', 'mymonplugins_testmode', None, default=False, action='store_true') +plugin.add_cmdlineoption('', '--mymonplugins-testmode', 'mymonplugins_testmode', None, default=False, action='store_true') plugin.parse_cmdlineoptions()