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>
Tue, 29 Jan 2013 21:03:12 +0000 (22:03 +0100)
source4/scripting/bin/samba_upgradeprovision

index e2c57f29982fa399cfc6ac7c8266fbbf8e9ca374..157e11df4431f1e1c41b6e503b3d39b82baa3f26 100755 (executable)
@@ -2009,7 +2009,7 @@ if __name__ == '__main__':
     except StandardError, 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)