From 54dce2b58b77dd8a5ff7c20a27b4bdbfec1c6e46 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Mar 2017 15:53:20 +0300 Subject: Make use of >! redirect in testscripts --- tests/pkg-system.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pkg-system.test') diff --git a/tests/pkg-system.test b/tests/pkg-system.test index e8210f6..18d4347 100644 --- a/tests/pkg-system.test +++ b/tests/pkg-system.test @@ -34,7 +34,7 @@ # Prepare repositories used by tests if running in the local mode. # +if ($remote != true) - rep_create += 2>- + rep_create += 2>! cp -r $src/t1 $out/t1 && $rep_create $out/t1 &$out/t1/packages cp -r $src/t2 $out/t2 && $rep_create $out/t2 &$out/t2/packages @@ -42,10 +42,10 @@ end pkg_build += -d cfg --yes -pkg_drop += -d cfg --yes 2>- +pkg_drop += -d cfg --yes 2>! pkg_status += -d cfg -rep_add += -d cfg 2>- -rep_fetch += -d cfg --auth all --trust-yes 2>- +rep_add += -d cfg 2>! +rep_fetch += -d cfg --auth all --trust-yes 2>! # Note that when we fetch a package from remote repository the bpkg stderr # contains fetch program progress output, that comes prior the informational -- cgit v1.1