This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ddf40a  test: always specify perl include path. (#1097)
0ddf40a is described below

commit 0ddf40a9106c4530a8f70f5e0878ec39809a8c3d
Author: 罗泽轩 <spacewander...@gmail.com>
AuthorDate: Sat Feb 1 19:56:36 2020 +0800

    test: always specify perl include path. (#1097)
    
    Close #1091.
---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index bd60e0c..a72f75f 100644
--- a/Makefile
+++ b/Makefile
@@ -168,12 +168,7 @@ install:
 
 ### test:             Run the test case
 test:
-ifeq ($(UNAME),Darwin)
        prove -I../test-nginx/lib -I./ -r -s t/
-else
-       prove -I../test-nginx/lib -r -s t/
-endif
-
 
 ### license-check:    Check Lua source code for Apache License
 .PHONY: license-check

Reply via email to