Skip to content

Commit

Permalink
testsuite: set LD_LIBRARY_PATH for Go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Feb 7, 2024
1 parent d124c60 commit 6cdc599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/t9001-golang-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if ! which go >/dev/null; then
test_done
fi

export LD_LIBRARY_PATH=../../resource:../../resource/reapi/bindings:../../resource/libjobspec

exp_dir="${SHARNESS_TEST_SRCDIR}/data/resource/expected/golang"
jgf="${SHARNESS_TEST_SRCDIR}/data/resource/jgfs/tiny.json"
jobspec1="${SHARNESS_TEST_SRCDIR}/data/resource/jobspecs/basics/test001.yaml"
Expand Down

0 comments on commit 6cdc599

Please sign in to comment.