Fitnesse: No ErrorLogs generated on the command line / linux environment

Running Fitnesse on Linux using the command line, such as: java -jar fitnesse.jar -c "TestName? Test & format = text"

However, the system.out that appears in ErrorLogs in the PC environment is not created.

Is there a switch to enable this?

Thanks, John

+5
source share
2 answers

Here is the documentation for the command line options: http://fitnesse.org/FitNesse.UserGuide.QuickReferenceGuide#FitNesseCommandLINE

There seems to be an -l option to specify where the logs should be created.

0
source

-l/tmp/log.out, , .

0

All Articles