mirror of
https://github.com/neovim/neovim.git
synced 2025-11-09 20:15:24 +00:00
ci: Source ci/common/test.sh in run_test_wd subshell
This commit is contained in:
@@ -95,7 +95,9 @@ run_test_wd() {
|
|||||||
status_file="$status_file" \
|
status_file="$status_file" \
|
||||||
sid_file="$sid_file" \
|
sid_file="$sid_file" \
|
||||||
cmd="$cmd" \
|
cmd="$cmd" \
|
||||||
|
CI_DIR="$CI_DIR" \
|
||||||
sh -c '
|
sh -c '
|
||||||
|
. "${CI_DIR}/common/test.sh"
|
||||||
ps -o sid= > "$sid_file"
|
ps -o sid= > "$sid_file"
|
||||||
(
|
(
|
||||||
ret=0
|
ret=0
|
||||||
|
|||||||
Reference in New Issue
Block a user