dont abort on failed dry_run
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 13 Apr 2006 14:00:06 +0000 (14:00 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 13 Apr 2006 14:00:06 +0000 (14:00 +0000)
zypp/target/TargetImpl.cc

index 520847f..8214c8e 100644 (file)
@@ -267,7 +267,6 @@ namespace zypp
               WAR << "Install failed, retrying with --nodeps" << endl;
              if (policy_r.dryRun()) {
                  WAR << "dry run failed" << endl;
-                 abort = true;
                  progress.disconnect();
                  break;
              }