Fix LD_LIBRARY_PATH not set error
common/update-test-path
adds the $TESTDIR/$ARCH/lib
directory to
LD_LIBRARY_PATH, which can be unset before calling it. In this case the
connman-pan-tethering.sh
script, which sets set -eu
fails with error:
./connman-pan-tethering.sh: 15: common/update-test-path: LD_LIBRARY_PATH: parameter not set
Move call to common/update-test-path
before set -eu
to allow unset
LD_LIBRARY_PATH.
Signed-off-by: Frédéric Danis frederic.danis@collabora.com
Merge request reports
Activity
added 1 commit
- 5e2b39cd - Binary update connman-pan-tethering 20211008
added 2 commits
Closed in favor of common!12 (merged)
Please register or sign in to reply