osmo-dev/ttcn3
Vadim Yanitskiy 1b68dbc826 ttcn3/tmux/ttcn3-bts-test.sh: fix incorrectly passed --trx arguments
For some reason, on Arch Linux:

  $ file /bin/sh
  /bin/sh: symbolic link to bash

  $ sh --version
  GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)

the '--trx' arguments are getting passed incorrectly:

  $ ./fake_trx.py TRX1@127.0.0.1:5700/1
                  TRX2@127.0.0.1:5700/2
                  TRX3@127.0.0.1:5700/3
  fake_trx: error: unrecognized arguments: TRX1@127.0.0.1:5700/1
                                           TRX2@127.0.0.1:5700/2
                                           TRX3@127.0.0.1:5700/3

Let's send each argument separately.

Change-Id: Ibf28ac013c426baba491af45e2ae46f37685a402
2022-03-11 14:33:08 +03:00
..
scripts ttcn3.sh: build everything inside docker 2021-08-13 09:17:40 +02:00
tmux ttcn3/tmux/ttcn3-bts-test.sh: fix incorrectly passed --trx arguments 2022-03-11 14:33:08 +03:00
ttcn3.opts ttcn3: run ttcn3 testsuites from osmo-dev 2019-10-18 11:32:51 +02:00
ttcn3.sh ttcn3.sh: use --auto-distclean 2021-11-12 15:51:38 +01:00