Sync with 5.1.0
[deliverable/titan.core.git] / regression_test / junitlogger / main1.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 Ericsson Telecom AB
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]
13 LogFile := "logs/%e.%h-%r.%s"
14 FileMask := LOG_ALL
15 LogSourceInfo := Yes
16 SourceInfoFormat := Stack
17 AppendFile := No
18
19 TimeStampFormat :=DateTime
20 LogEventTypes := Yes
21 LoggerPlugins := { 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]
28 main1.control
This page took 0.031929 seconds and 5 git commands to generate.