I have a 'test' variant that will run a script called 'testall.sh' during the 
test phase, like so:

    variant test description {CSL build tests} {
        test.run        yes
        test {
            system "cd ${worksrcpath} && ./scripts/testall.sh --csl"
        }
    }

However output is directed to the 'main.log' file. Unless the user issues 
verbose with the port command they will never see the results. Is it possible 
to echo it to the display?


Mark




_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to