echo script output to the display

Mark Brethen mark.brethen at gmail.com
Sun Sep 21 13:30:51 PDT 2014


On Sep 21, 2014, at 3:24 PM, Mark Brethen <mark.brethen at gmail.com> wrote:

> 
> On Sep 21, 2014, at 3:32 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
> 
>> For the log to still be there after the installation, the user would also have to have set "keeplogs yes".
> 
> I didn't see this in the online documentation.
> 
> Mark
> 
> 
> 
> 

How's this?

    variant test description {CSL test runs} {
        post-build {
            system -W ${worksrcpath}/scripts "./testall.sh --csl"
        }
        
        notes-append "
        A summary of CSL test runs is kept in the main.log file. \
        You can manually get the path using 

        port logfile ${name}

        if you have set \"keeplogs yes\" in your macports.conf file .
        "
    }

Mark






More information about the macports-dev mailing list