Skip to content

Commit

Permalink
Merge pull request #69 from alinask/topic/test-io-demo-forward-ld-pre…
Browse files Browse the repository at this point in the history
…load

TEST/IODEMO: Forward the LD_PRELOAD parameter to the command file
  • Loading branch information
yosefe authored Oct 25, 2020
2 parents c681d0d + c19824f commit b02dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apps/iodemo/run_io_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ make_scripts()
cat >>${command_file} <<-EOF
set_env_vars() {
EOF
env | grep -P '^UCX_.*=|^PATH=|^LD_LIBRARY_PATH=' | \
env | grep -P '^UCX_.*=|^PATH=|^LD_PRELOAD=|^LD_LIBRARY_PATH=' | \
xargs -L 1 echo " export" >>${command_file}
cat >>${command_file} <<-EOF
cd $PWD
Expand Down

0 comments on commit b02dae4

Please sign in to comment.