diff options
| -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 | 
