Skip to content
Snippets Groups Projects

Fix LD_LIBRARY_PATH not set error

Closed Frederic Danis requested to merge wip/fdanis/8280-Fix-ldlibrarypath-error into apertis/v2022pre

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading