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
diff --git a/sysinfo/Test.cfg b/sysinfo/Test.cfg
index 16e0dd6..56696f4 100644
--- a/sysinfo/Test.cfg
+++ b/sysinfo/Test.cfg
@@ -1,4 +1,5 @@
 [LOGGING]
+SourceInfoFormat := Single;
 
 [MODULE_PARAMETERS]