Add missing = to all suite Variables 23/16423/2
authorVratko Polak <vrpolak@cisco.com>
Mon, 10 Dec 2018 15:09:12 +0000 (16:09 +0100)
committerJan Gelety <jgelety@cisco.com>
Tue, 11 Dec 2018 08:52:09 +0000 (08:52 +0000)
Use the following if we ever decide '} =' is better than '}='.
$ cd csit/tests
$ find . -type f -print0 | xargs -0 sed -i -E 's/^\| \$\{(.*)\}= \|([^|])/\| \$\{\1\} = \|\2/g'

FIXME: Add a corresponding check to https://gerrit.fd.io/r/13450

Change-Id: I73c516a0d7e475ff0986fd6515aaae10accd1a3a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>

No differences found