aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn_tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-03 23:05:27 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-17 11:11:29 +0000
commit818b6e4225c522ce9f00959ae4bd0fa2856f898c (patch)
tree0b061d033398cf16ae3fb21d72816610618123a4 /ggsn_tests
parentb041b3d33953b12810afc71a9586a97b9572671b (diff)
Add "SourceInfoFormat := Single;" to all test configs
This will make sure that all log files will contain information about the .ttcn source file name and line number that has caused the log, which is extremely useful during debugging. Change-Id: Id6785757f20279ba84b34747f878baf67d065b20
Diffstat (limited to 'ggsn_tests')
-rw-r--r--ggsn_tests/GGSN_Tests.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ggsn_tests/GGSN_Tests.cfg b/ggsn_tests/GGSN_Tests.cfg
index a7f4681f..e97578ce 100644
--- a/ggsn_tests/GGSN_Tests.cfg
+++ b/ggsn_tests/GGSN_Tests.cfg
@@ -1,4 +1,5 @@
[LOGGING]
+SourceInfoFormat := Single;
ConsoleMask := DEBUG | LOG_ALL | MATCHING | DEBUG_TESTPORT
LoggerPlugins := { JUnitLogger := "libjunitlogger2" }