Skip to content

Commit

Permalink
Fix L2 tests for memcr
Browse files Browse the repository at this point in the history
App libencrypt.so preload to the memcr launch params
  • Loading branch information
adrianM27 committed Nov 26, 2024
1 parent 25656ee commit c36842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/vagrant/memcr/start_memcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LOCATOR=/tmp/memcrcom
sudo mkdir -p ${DUMPSDIR}
sudo chmod -R 777 ${DUMPSDIR}
find ${DUMPSDIR} -mindepth 1 -exec rm {} \;
sudo ~/memcr/memcr -d ${DUMPSDIR} -N -l ${LOCATOR} -f -z -e
sudo LD_PRELOAD=~/memcr/libencrypt.so ~/memcr/memcr -d ${DUMPSDIR} -N -l ${LOCATOR} -f -z -e

0 comments on commit c36842a

Please sign in to comment.