From 46d548a4440c808dd7b9e5dc8947506c64838ef2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Feb 2012 20:56:05 +0000 Subject: (run) --test: do not update /var/lib/rpm/installed-through-deps.list again & again --- urpm/main_loop.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index 25f5ef08..f9e9f37e 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -274,7 +274,7 @@ sub run { raw_message => 1, ); - urpm::orphans::add_unrequested($urpm, $state); + urpm::orphans::add_unrequested($urpm, $state) if !$test; install: my @l = urpm::install::install($urpm, -- cgit v1.2.1