tools: mtd-utils: fix disabling tests
authorRobert Marko <robimarko@gmail.com>
Sun, 23 Jun 2024 21:52:45 +0000 (23:52 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 25 Jun 2024 15:57:07 +0000 (17:57 +0200)
commit10293403534b452133a4e1027622a5444da0a4be
tree10c266cdfcefcbbce182024c4bf651911c3aab1a
parente07cc3237e8069aa48a19b11415d00b2c2ddd014
tools: mtd-utils: fix disabling tests

Passing --disable-tests does not do anything since upstream commit [0]
("Fix test binary installation") as that commit removed it since there is
already and existing --without-tests compile option to not compile
the tests at all as --disable-tests was just disabling their installation.

So, lets just pass --without-tests instead to disable test compilation.

[0] https://git.infraroot.at/mtd-utils.git/commit/?id=7170a28d46d5db1e7a9da24a5555a194a233ef0b

Fixes: 67efb6a66146 ("tools: mtd-utils: Update to version 2.1.4")
Link: https://github.com/openwrt/openwrt/pull/15791
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/mtd-utils/Makefile