HACK samba_upgradeprovision backtrace
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Jan 2013 14:56:13 +0000 (15:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 10:31:19 +0000 (11:31 +0100)
source4/scripting/bin/samba_upgradeprovision

index 5f2c22716640d9f8eba5893c056042fb1c15951a..3302b9bbcbe6e747b39b0533fd5f488b3c515020 100755 (executable)
@@ -1853,7 +1853,7 @@ if __name__ == '__main__':
     except Exception as err:
         message(ERROR, "A problem occurred while trying to upgrade your "
                    "provision. A full backup is located at %s" % backupdir)
-        if opts.debugall or opts.debugchange:
+        if True: #opts.debugall or opts.debugchange:
             (typ, val, tb) = sys.exc_info()
             traceback.print_exception(typ, val, tb)
         sys.exit(1)