diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-24 22:17:34 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-24 22:37:36 +0300 |
commit | 74d5705ca9de7ce0a1edef65590594a55c1a4ea3 (patch) | |
tree | 6ff3fb03b4ffbc15cc77e97f312be4cae0da881b | |
parent | 85903cb0e6a2428c5a071ed78b12a9f95e56792b (diff) | |
download | rneovim-74d5705ca9de7ce0a1edef65590594a55c1a4ea3.tar.gz rneovim-74d5705ca9de7ce0a1edef65590594a55c1a4ea3.tar.bz2 rneovim-74d5705ca9de7ce0a1edef65590594a55c1a4ea3.zip |
ci: Source ci/common/test.sh in run_test_wd subshell
-rw-r--r-- | ci/common/suite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/common/suite.sh b/ci/common/suite.sh index 9eba5ca664..860e7f79ea 100644 --- a/ci/common/suite.sh +++ b/ci/common/suite.sh @@ -95,7 +95,9 @@ run_test_wd() { status_file="$status_file" \ sid_file="$sid_file" \ cmd="$cmd" \ + CI_DIR="$CI_DIR" \ sh -c ' + . "${CI_DIR}/common/test.sh" ps -o sid= > "$sid_file" ( ret=0 |