Skip to content

Commit

Permalink
Change nginx dir
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Apr 2, 2023
1 parent dc88870 commit 3f1f9cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ngx-php/test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# Copyright (c) 2016-2017, rryqszq4 <rryqszq@gmail.com>
echo "ngx_php7 test ..."
NGX_PATH=`pwd`'/build/nginx/sbin'
echo "Ngx-php test ..."
NGX_PATH=`pwd`'/nginx/sbin'
${NGX_PATH}/nginx -V
export PATH=${NGX_PATH}:$PATH
NGX_MODULE_PATH=`pwd`'/build/nginx/modules'
NGX_MODULE_PATH=`pwd`'/nginx/modules'
if [ -d "${NGX_MODULE_PATH}" ]; then
for file in `\find ${NGX_MODULE_PATH} -name '*.so'`; do
TEST_NGINX_LOAD_MODULES="${TEST_NGINX_LOAD_MODULES}${file} "
Expand Down

0 comments on commit 3f1f9cc

Please sign in to comment.