diff options
author | ZyX <kp-pav@yandex.ru> | 2017-05-01 17:38:21 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-05-01 17:38:21 +0300 |
commit | e4d0fa6e8d9b646c036780d6c5a7b2f2af988b65 (patch) | |
tree | c135f8eb3cc85018a5791f8137454878d845b505 | |
parent | 1109ca7198a73dd26061817c6548410cb33debb4 (diff) | |
download | rneovim-e4d0fa6e8d9b646c036780d6c5a7b2f2af988b65.tar.gz rneovim-e4d0fa6e8d9b646c036780d6c5a7b2f2af988b65.tar.bz2 rneovim-e4d0fa6e8d9b646c036780d6c5a7b2f2af988b65.zip |
Do not trace in check_runtime_files
-rw-r--r-- | ci/common/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |