Skip to content

Commit def29fb

Browse files
committed
move common test env into the CI config
1 parent 1782342 commit def29fb

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ env:
5050
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
5151
- DRIZZLE_VER=2011.07.21
5252
- TEST_NGINX_SLEEP=0.006
53+
- MALLOC_PERTURB_=9
5354
jobs:
5455
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
5556
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1s OPENSSL_PATCH_VER=1.1.1f

t/020-subrequest.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repeat_each(2);
1313

1414
plan tests => repeat_each() * (blocks() * 3 + 23);
1515

16-
$ENV{MALLOC_PERTURB_} = 9;
1716
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= 11211;
1817
$ENV{TEST_NGINX_HTML_DIR} ||= html_dir();
1918

t/111-req-header-ua.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ repeat_each(2);
1010

1111
plan tests => repeat_each() * (4 * blocks());
1212

13-
$ENV{MALLOC_PERTURB_} = 9;
14-
1513
#no_diff();
1614
no_long_string();
1715

0 commit comments

Comments
 (0)