ttcn3-bts-test/fh: fix: do not run BTS_Tests.control twice

Apparently, TITAN concatenates the contents of all sections, so
we end up with the following set of test cases:

  [EXECUTE]
  BTS_Tests.control
  BTS_Tests_SMSCB.control
  BTS_Tests_LAPDm.control
  BTS_Tests.control

Change-Id: I71802daec4a5591cbf0fce59a4247027f8dfca46
Related: SYS#4868, OS#4546
This commit is contained in:
Vadim Yanitskiy 2020-08-13 19:27:51 +07:00 committed by laforge
parent c91dae9d1d
commit a21c4f2fac
1 changed files with 0 additions and 3 deletions

View File

@ -133,6 +133,3 @@ BTS_Tests.mp_fh_config := {
}
}
};
[EXECUTE]
BTS_Tests.control