Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / junitlogger / main1.cfg
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7###############################################################################
8[MODULE_PARAMETERS]
9#N := 10000
10#main1.tsp_N := 10000
11
12[LOGGING]
13LogFile := "logs/%e.%h-%r.%s"
14FileMask := LOG_ALL
15LogSourceInfo := Yes
16SourceInfoFormat := Stack
17AppendFile := No
18
19TimeStampFormat :=DateTime
20LogEventTypes := Yes
21LoggerPlugins := { JUnitLogger := "libjunitlogger" }
22#LoggerPlugins := { JUnitLogger := "libjunitlogger", TSTLogger := "libtstlogger" } # segfault
23#LoggerPlugins := { TSTLogger := "libtstlogger" } # segfault
24*.JUnitLogger.filename_stem := "./MyJUnitlog"
25*.JUnitLogger.testsuite_name := "MyTestSuite"
26
27[EXECUTE]
28main1.control
This page took 0.028451 seconds and 5 git commands to generate.