opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Makefile: replace TAP with TAPTOOL #743

Closed kolyshkin closed 2 years ago

kolyshkin commented 2 years ago

Apparently, TAP is used by node-tap, so when it is used to specify a path to node-tap, this results in a failure:

$ make TAP=/path/to/node-tap localvalidation
...
Error: Environment variable TAP must be set to 0 or 1 only

Fixes: #723

kolyshkin commented 2 years ago

Can we please have a second LGTM on this, @opencontainers/runtime-tools-maintainers ?