From e4d0fa6e8d9b646c036780d6c5a7b2f2af988b65 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 1 May 2017 17:38:21 +0300 Subject: Do not trace in check_runtime_files --- ci/common/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/common/test.sh b/ci/common/test.sh index c987875cc0..55f76ca798 100644 --- a/ci/common/test.sh +++ b/ci/common/test.sh @@ -110,6 +110,7 @@ run_oldtests() {( )} check_runtime_files() {( + set +x local test_name="$1" ; shift local message="$1" ; shift local tst="$1" ; shift -- cgit