Skip to content
Snippets Groups Projects

update-test-path: Fix LD_LIBRARY_PATH setup

Merged Frederic Danis requested to merge wip/fdanis/8280-fix-update-test-path into apertis/v2022pre
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,5 +12,5 @@ aarch64) ARCHDIR=arm64 ;;
esac
PATH=${TESTPATH}/${ARCHDIR}/bin:$PATH
export LD_LIBRARY_PATH=${TESTPATH}/${ARCHDIR}/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${TESTPATH}/${ARCHDIR}/lib:${LD_LIBRARY_PATH:-}
Loading