summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-20 19:12:50 +0800
committeryangwei <[email protected]>2023-08-21 20:29:32 +0800
commit2e058f162b155cb00de5f4892213326d53345798 (patch)
treed7ecf7d4cc7d588ea7da44e265e456e80aa792a5
parent26bb0dbefb721dd292018d301589b30ca0dd95e9 (diff)
✨ feat(dlclose_all_plug_enabled): 控制退出时是否调用dlclose,asan测试用
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a382a27..acb39df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -246,7 +246,7 @@ envelope_rpm_for_centos8:
- ls -l /opt/MESA/lib && echo "/opt/MESA/lib" >> /etc/ld.so.conf
- ldconfig && sysctl -w net.ipv6.conf.all.disable_ipv6=0 && ifconfig && ulimit -c unlimited
- ip neigh show && ip -6 neigh show
- - cd build; make test; pwd
+ - cd build; ctest3; pwd
- cd testing/ && ldd $TEST_NAME
dependencies:
- branch_build_debug_for_centos8