Skip to content

Commit

Permalink
TEST/IODEMO: Forward the LD_PRELOAD parameter to the command file
Browse files Browse the repository at this point in the history
  • Loading branch information
alinask committed Oct 25, 2020
1 parent c681d0d commit c19824f
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 c19824f

Please sign in to comment.