Skip to content

Commit

Permalink
fix: make init before run test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunxu committed Sep 28, 2024
1 parent 1ad32c4 commit f54605c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/linux_openresty_common_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ script() {
sleep 1
done

make init

# APISIX_ENABLE_LUACOV=1 PERL5LIB=.:$PERL5LIB prove -Itest-nginx/lib -r t
FLUSH_ETCD=1 prove --timer -Itest-nginx/lib -I./ -r $TEST_FILE_SUB_DIR | tee /tmp/test.result
rerun_flaky_tests /tmp/test.result
Expand Down

0 comments on commit f54605c

Please sign in to comment.