You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the difference the behavior is caused by the version of perl instead of the platform. The perl I used is v5.26.1.
Maybe we can always add -I. in the command regardless of the platform or the version of perl? Adding extra path isn't harmful.
The text was updated successfully, but these errors were encountered:
spacewander
changed the title
bug: the test command under Linux is incorrect
bug: the test command under Linux is incorrect with perl 5.26
Jan 24, 2020
Type
make test
under Linux gotCan't locate t/APISIX.pm in @INC
.The code in Makefile:
It seems that the difference the behavior is caused by the version of perl instead of the platform. The perl I used is
v5.26.1
.Maybe we can always add
-I.
in the command regardless of the platform or the version of perl? Adding extra path isn't harmful.The text was updated successfully, but these errors were encountered: