[Swan-dev] Heads up: 'make kvm-test' creates a web site in ./RESULTS/

Andrew Cagney andrew.cagney at gmail.com
Fri May 26 13:38:43 UTC 2017


On 25 May 2017 at 16:36, Andrew Cagney <andrew.cagney at gmail.com> wrote:
> FYI,
>
> I've pushed a somewhat experimental change to the kvm test framework
> so that, by default, a web-site containing all the test results is
> created in ./RESULTS/ ($(top_srcdir)/RESULTS).

I'm tempted to tweak this behaviour:

If $(LSW_WEBDIR) [$(top_srcdir)/RESULTS] exists:
    generate the web pages
else
    run the tests, but also print a message explaining that the web
page wasn't created and why

I find building a web site distracting when all I want is to get a test result.


> The make variable LSW_WEBDIR controls this.  If LSW_WEBDIR is empty,
> this feature is disabled.  If LSW_WEBDIR points to some other
> directory (/var/www/html/results say), the the results are published
> there.
>
> Andrew


More information about the Swan-dev mailing list