1
0
mirror of https://github.com/openresty/openresty.git synced 2024-10-13 00:29:41 +00:00

tests: actually run testing on s390x. ()

Signed-off-by: Artiom Vaskov <Artiom.Vaskov@ibm.com>
This commit is contained in:
Artiom Vaskov
2022-02-06 10:41:46 +03:00
committed by GitHub
parent fa95e176fb
commit 231eebec0b

@ -53,6 +53,7 @@ _linux-s390x: &linux-s390x
- export PATH=$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/nginx/sbin:$PATH - export PATH=$OPENRESTY_PREFIX/bin:$OPENRESTY_PREFIX/nginx/sbin:$PATH
- nginx -V - nginx -V
- ldd `which nginx`|grep -E 'luajit|ssl|pcre' - ldd `which nginx`|grep -E 'luajit|ssl|pcre'
- prove -I. -r t/
_linux-ppc64le: &linux-ppc64le _linux-ppc64le: &linux-ppc64le
os: linux os: linux