Change used sanitizer detection method 70/158370/2
authorDmitriy Nikiforov <d.nikiforov@samsung.com>
Tue, 31 Oct 2017 10:08:59 +0000 (13:08 +0300)
committerMaria Guseva <m.guseva@samsung.com>
Wed, 1 Nov 2017 16:31:50 +0000 (16:31 +0000)
commitd5aaeb12952957aafcc5470709d2aec0847782d0
tree35bcbdec7f170b0b0d917048389079b006c36218
parent3bab71c51ecdf3875230228d36799c65ef9f6fb8
Change used sanitizer detection method

'nm' utility is replaced with 'ldd' which is more precise and reliable way
to determine which sanitizer was used in the target.

This change also makes 'binutils' package dependency no longer necessary and
the corresponding '--install-deps' option for the 'run' command is removed.

Change-Id: Ie8577dc91b8657a7e987e84a2281f55c230f372a
infra/commands/run-all.sh
infra/commands/run.sh