diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-10-19 12:14:25 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-01-20 12:01:53 +0100 |
commit | 7170a28d46d5db1e7a9da24a5555a194a233ef0b (patch) | |
tree | ad9ef7d83143df6c5597473ef24b6bebbd7a6a63 /tests/ubi-tests/ubi-stress-test.sh.in | |
parent | a888044525d9f03290cc1afe62dcfa3bec4bc0b9 (diff) |
Fix test binary installation
- Remove "install tests" configure option, we already have an option
whether to build tests or not. Don't try to work around autotools
semantics that people building the package expect.
- Fix the installation path by propperly defining it and using the
correct name for the libexec path.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/ubi-tests/ubi-stress-test.sh.in')
-rwxr-xr-x | tests/ubi-tests/ubi-stress-test.sh.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/ubi-tests/ubi-stress-test.sh.in b/tests/ubi-tests/ubi-stress-test.sh.in index 657ef4b..e178076 100755 --- a/tests/ubi-tests/ubi-stress-test.sh.in +++ b/tests/ubi-tests/ubi-stress-test.sh.in @@ -1,10 +1,6 @@ #!/bin/sh -euf -prefix=@prefix@ -exec_prefix=@exec_prefix@ -bindir=@bindir@ -libexecpath=@libexecdir@/mtd-utils -TESTBINDIR=@testbindir@ +TESTBINDIR=@TESTBINDIR@ fatal() { |