Discover Centmin Mod today
Register Now

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:09 PM
    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

    50,459
    11,659
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,079
    Local Time:
    10:09 PM
    Nginx 1.25.x
    MariaDB 10.x
    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:09 PM
    That would be nice :)