Want to subscribe to topics you're interested in?
Become a Member

Use make test after php compiling

Discussion in 'Feature Requests & Suggestions' started by Lundz, Jun 4, 2014.

Tags:
  1. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    2:10 AM
    Hello :)

    I would like to suggest to use make test and let that run before running make install..

    So we can see if anything went wrong in compiling and after that have a check to see if we would like to install the compiled php version.. :)

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,527
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    11:10 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks @Lundz

    Problem is how many users have the know how to understand the make test output ? Maybe I could add an option to centmin.sh like PHPMAKETEST=n|y that is set to no by default, and for folks who can understand the output they can set it to PHPMAKETEST=y, so they can enable make test ?
     
  3. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    2:10 AM
    That would be nice :)