Browse Source

check_xbps: bugfix, re-add testmode switch

Sven Velt 8 years ago
parent
commit
95742e3d12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check_xbps.py

+ 1 - 1
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()