| /////////////////////////////////////////////////////////////////////////////// |
| // Copyright (c) 2000-2019 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v2.0 // |
| // which accompanies this distribution, and is available at // |
| // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| [MAIN_CONTROLLER] |
| |
| [MODULE_PARAMETERS] |
| |
| [EXECUTE] |
| |
| EPTF_SMacro_Test_Testcases.control |
| |
| [LOGGING] |
| FileMask := LOG_ALL | TTCN_DEBUG |
| LogFile := "%c@%h-%n.log" |
| SourceInfoFormat := Stack |
| LogEventTypes := Yes |
| LogEntityName := Yes |
| |
| |
| //LoggerPlugins := { LegacyLogger, j_logger := "$TTCN3_DIR/lib/libjunitlogger-parallel.so" } |
| //LoggerPlugins := { LegacyLogger, j_logger := "/mnt/TTCN/Releases/TTCNv3-1.11.pl0.pre1-foa-20120604/lib/libjunitlogger-parallel.so" } |
| //filename_stem := "junit-xml" |
| // filename_stem is a parameter of JUnitLogger, the default being "junit-xml" (so the line above is actually redundant :-) |
| // The plugin appends a '-' character and the PID of the current executable |
| // The resulting file name looks like this: junit-xml-31108.log |
| // The "LogFile" parameter has no effect on JUnitLogger |
| |
| //saved by GUI |