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-build.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/pkg-build.test') diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 763574b..af9780b 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -50,7 +50,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 @@ -62,14 +62,14 @@ cp -r $src/t5 $out/t5 && $rep_create $out/t5 &$out/t5/packages end -pkg_configure += -d cfg "config.cxx=$config.cxx" 2>- +pkg_configure += -d cfg "config.cxx=$config.cxx" 2>! pkg_disfigure += -d cfg -pkg_fetch += -d cfg 2>- +pkg_fetch += -d cfg 2>! pkg_purge += -d cfg pkg_status += -d cfg -pkg_unpack += -d cfg 2>- -rep_add += -d cfg 2>- -rep_fetch += -d cfg --auth all --trust-yes 2>- +pkg_unpack += -d cfg 2>! +rep_add += -d cfg 2>! +rep_fetch += -d cfg --auth all --trust-yes 2>! : libfoo : -- cgit v1.1