Skip to content

Commit

Permalink
use exec universal
Browse files Browse the repository at this point in the history
  • Loading branch information
codervinod committed Jan 22, 2024
1 parent 02c4d2d commit d47dc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/redis_mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:

- name: run the stub. add the SYS_PTRACE capability so that RapidFort can trace the runtime behavior
run: |
docker run --rm -i -p 6379:6379 --cap-add=SYS_PTRACE --name my-rf-test redis:latest-rfstub
docker run --rm -i --entrypoint= -e LD_LIBRARY_PATH=/.rapidfort_RtmF/ redis:latest-rfstub /.rapidfort_RtmF/ls -al .rapidfort_RtmF/exec.universal
# docker run --rm -i -p 6379:6379 --cap-add=SYS_PTRACE --name my-rf-test redis:latest-rfstub
sleep 15
- name: run some tests to exercise the application.
Expand Down

0 comments on commit d47dc71

Please sign in to comment.