in the documentation, in the Building VisibleV8 section, there is a command to test the newly built vv8
../tests/run.sh -x $(docker ps -q -l --format={{.Image}}) trace-apis-obj.
The flag -q must be deleted because it returns the container ID while the script needs the Image name
in the documentation, in the Building VisibleV8 section, there is a command to test the newly built vv8
../tests/run.sh -x $(docker ps -q -l --format={{.Image}}) trace-apis-obj
.The flag
-q
must be deleted because it returns the container ID while the script needs the Image name