wspr-ncsu / visiblev8

A instrumented variant of the V8 JavaScript Engine
https://kapravelos.com/projects/vv8
BSD 3-Clause "New" or "Revised" License
151 stars 37 forks source link

Build test command error #76

Closed psavvaidis closed 6 months ago

psavvaidis commented 1 year ago

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